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

Side by Side Diff: chrome/test/nacl/nacl_browsertest.cc

Issue 410843003: Disable all the tests that are flaking more than 5% on Windows builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <stdio.h> 5 #include <stdio.h>
6 #if defined(OS_POSIX) 6 #if defined(OS_POSIX)
7 #include <unistd.h> 7 #include <unistd.h>
8 #elif defined(OS_WIN) 8 #elif defined(OS_WIN)
9 #include <windows.h> 9 #include <windows.h>
10 #endif 10 #endif
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 RunNaClIntegrationTest(FILE_PATH_LITERAL( 437 RunNaClIntegrationTest(FILE_PATH_LITERAL(
438 "pm_redir_test.html?stream=stderr&thread=fg&delay_us=1000000")); 438 "pm_redir_test.html?stream=stderr&thread=fg&delay_us=1000000"));
439 } 439 }
440 440
441 IN_PROC_BROWSER_TEST_F(NaClBrowserTestNewlibStderrPM, RedirectBg1) { 441 IN_PROC_BROWSER_TEST_F(NaClBrowserTestNewlibStderrPM, RedirectBg1) {
442 RunNaClIntegrationTest(FILE_PATH_LITERAL( 442 RunNaClIntegrationTest(FILE_PATH_LITERAL(
443 "pm_redir_test.html?stream=stderr&thread=bg&delay_us=1000000")); 443 "pm_redir_test.html?stream=stderr&thread=bg&delay_us=1000000"));
444 } 444 }
445 445
446 // TODO(ncbray) support glibc and PNaCl 446 // TODO(ncbray) support glibc and PNaCl
447 #if defined(OS_MACOSX) 447 // flaky: crbug.com/375894
448 // crbug.com/375894 448 IN_PROC_BROWSER_TEST_F(NaClBrowserTestNewlibExtension, DISABLED_MimeHandler) {
449 #define MAYBE_MimeHandler DISABLED_MimeHandler
450 #else
451 #define MAYBE_MimeHandler MimeHandler
452 #endif
453 IN_PROC_BROWSER_TEST_F(NaClBrowserTestNewlibExtension, MAYBE_MimeHandler) {
454 RunNaClIntegrationTest(FILE_PATH_LITERAL( 449 RunNaClIntegrationTest(FILE_PATH_LITERAL(
455 "ppapi_extension_mime_handler.html")); 450 "ppapi_extension_mime_handler.html"));
456 } 451 }
457 452
458 } // namespace 453 } // namespace
OLDNEW
« no previous file with comments | « chrome/installer/util/work_item_list_unittest.cc ('k') | chrome/test/ppapi/ppapi_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698