Commit ebe8d36a authored by Nico Weber's avatar Nico Weber

Add a "CrWinClang Tester" test list.

In preparation of moving the clang/win bots to recipes.

This list is intended to match win_clang_tests in
masters/master.chromium.fyi/master.cfg

BUG=446368
R=jochen@chromium.org

Review URL: https://codereview.chromium.org/854523002

Cr-Commit-Position: refs/heads/master@{#311493}
parent 05ffc6b5
...@@ -367,5 +367,33 @@ ...@@ -367,5 +367,33 @@
{ "test": "content_unittests", "args": ["--enable-browser-side-navigation", "--gtest_filter=-ResourceDispatcherHostTest.TransferNavigationHtml:ResourceDispatcherHostTest.TransferNavigationText:ResourceDispatcherHostTest.TransferNavigationWithProcessCrash:ResourceDispatcherHostTest.TransferNavigationWithTwoRedirects:ResourceDispatcherHostTest.TransferTwoNavigationsHtml:RenderFrameHostManagerTest.CancelPendingProperlyDeletesOrSwaps:WebContentsImplTest.CrossSiteNotPreemptedDuringBeforeUnload"] }, { "test": "content_unittests", "args": ["--enable-browser-side-navigation", "--gtest_filter=-ResourceDispatcherHostTest.TransferNavigationHtml:ResourceDispatcherHostTest.TransferNavigationText:ResourceDispatcherHostTest.TransferNavigationWithProcessCrash:ResourceDispatcherHostTest.TransferNavigationWithTwoRedirects:ResourceDispatcherHostTest.TransferTwoNavigationsHtml:RenderFrameHostManagerTest.CancelPendingProperlyDeletesOrSwaps:WebContentsImplTest.CrossSiteNotPreemptedDuringBeforeUnload"] },
{ "test": "content_browsertests", "args": ["--enable-browser-side-navigation"] } { "test": "content_browsertests", "args": ["--enable-browser-side-navigation"] }
] ]
},
"CrWinClang tester": {
"gtest_tests": [
"base_unittests",
"browser_tests",
"cacheinvalidation_unittests",
"chrome_elf_unittests",
"components_unittests",
"content_browsertests",
"content_unittests",
"courgette_unittests",
"crypto_unittests",
"device_unittests",
"extensions_unittests",
"gcm_unit_tests",
"google_apis_unittests",
"gpu",
"installer",
"jingle",
"media",
"net",
"ppapi_unittests",
"printing",
"remoting",
"sandbox",
"unit",
"url_unittests"
]
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment