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

Side by Side Diff: test/cctest/cctest.status

Issue 1465193006: [test] Skip flaky test for turbofan on windows. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 # Windows doesn't support nosnap mode. 233 # Windows doesn't support nosnap mode.
234 'test-serialize/*': [SKIP], 234 'test-serialize/*': [SKIP],
235 }], # 'no_snap == True and system == windows' 235 }], # 'no_snap == True and system == windows'
236 236
237 ############################################################################## 237 ##############################################################################
238 ['system == windows', { 238 ['system == windows', {
239 239
240 # BUG(3331). Fails on windows. 240 # BUG(3331). Fails on windows.
241 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 241 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
242 242
243 # BUG(v8:4573).
244 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS],
243 }], # 'system == windows' 245 }], # 'system == windows'
244 246
245 ############################################################################## 247 ##############################################################################
246 ['system == macos', { 248 ['system == macos', {
247 249
248 # BUG(3125). 250 # BUG(3125).
249 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], 251 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY],
250 'test-debug/DebugStepLinear': [PASS, FLAKY], 252 'test-debug/DebugStepLinear': [PASS, FLAKY],
251 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], 253 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY],
252 }], # 'system == macos' 254 }], # 'system == macos'
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 ############################################################################## 466 ##############################################################################
465 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 467 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
466 468
467 # Pass but take too long with the simulator. 469 # Pass but take too long with the simulator.
468 'test-api/Threading1': [PASS, SLOW], 470 'test-api/Threading1': [PASS, SLOW],
469 'test-api/Threading2': [PASS, SLOW], 471 'test-api/Threading2': [PASS, SLOW],
470 'test-api/ExternalArrays': [PASS, SLOW], 472 'test-api/ExternalArrays': [PASS, SLOW],
471 473
472 }], # 'arch == ppc64 and simulator_run == True' 474 }], # 'arch == ppc64 and simulator_run == True'
473 ] 475 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698