From 112f7e29eded1e9333e9e4dd6332bb523b98e900 Mon Sep 17 00:00:00 2001 From: dpranke Date: Mon, 8 Jun 2015 17:42:10 -0700 Subject: [PATCH] Remove newly-failing aura-specific test suites from Win8 Aura bot config. We've flipped Win8 Aura from GYP to GN, and the following test suites are failing badly: ash_unittests aura_unittests compositor_unittests views_unittests wm_unittests We did not have test coverage for these (or any) steps on the GN bots previously, so they may just be flat-out broken. I will disable these tests for now, and we can triage and add them back in once the bot is green. At least some test suites are passing, so the bot isn't completely broken. TBR=scottmg@chromium.org BUG=497423 NOTRY=true Review URL: https://codereview.chromium.org/1163393003 Cr-Commit-Position: refs/heads/master@{#333402} --- testing/buildbot/chromium.win.json | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json index 55a95d0f9bc0..7a88a46670c1 100644 --- a/testing/buildbot/chromium.win.json +++ b/testing/buildbot/chromium.win.json @@ -1080,17 +1080,15 @@ ] }, "Win8 Aura": { + "additional_compile_targets": [ + "ash_unittests", + "aura_unittests", + "compositor_unittests", + "views_unittests", + "wm_unittests" + ], "gtest_tests": [ { - "test": "ash_unittests" - }, - { - "test": "aura_unittests" - }, - { - "test": "compositor_unittests" - }, - { "test": "content_browsertests" }, { @@ -1098,12 +1096,6 @@ }, { "test": "ui_touch_selection_unittests" - }, - { - "test": "views_unittests" - }, - { - "test": "wm_unittests" } ] }, -- 2.11.4.GIT