Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 600263002: Get Win32K lockdown for renderers working again on Windows 8+. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added content_browsertests to the win8_aura bot Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "XP Tests (1)": { 2 "XP Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "interactive_ui_tests", 4 "interactive_ui_tests",
5 "cacheinvalidation_unittests", 5 "cacheinvalidation_unittests",
6 "cast_unittests", 6 "cast_unittests",
7 "cc_unittests", 7 "cc_unittests",
8 "chromedriver_unittests", 8 "chromedriver_unittests",
9 "courgette_unittests", 9 "courgette_unittests",
10 "crypto_unittests", 10 "crypto_unittests",
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "interactive_ui_tests" 325 "interactive_ui_tests"
326 ] 326 ]
327 }, 327 },
328 "Win8 Aura": { 328 "Win8 Aura": {
329 "gtest_tests": [ 329 "gtest_tests": [
330 "views_unittests", 330 "views_unittests",
331 "wm_unittests", 331 "wm_unittests",
332 "aura_unittests", 332 "aura_unittests",
333 "ash_unittests", 333 "ash_unittests",
334 "compositor_unittests", 334 "compositor_unittests",
335 "content_browsertests",
jam 2014/09/25 00:42:22 nit: tabbing?
ananta 2014/09/25 01:05:46 Done.
335 "events_unittests" 336 "events_unittests"
336 ] 337 ]
337 } 338 }
338 } 339 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_browsertest.cc ('k') | testing/buildbot/chromium_win8_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698