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

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

Issue 1549663004: [Test] Mark flaky test cctest/test-lockers/LockAndUnlockDifferentIsolates for real (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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
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). 243 # BUG(v8:4573).
244 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS], 244 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS],
245 245
246 # BUG(v8:4642). 246 # BUG(v8:4642).
247 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, FLAKY], 247 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS],
248 }], # 'system == windows' 248 }], # 'system == windows'
249 249
250 ############################################################################## 250 ##############################################################################
251 ['system == macos', { 251 ['system == macos', {
252 252
253 # BUG(3125). 253 # BUG(3125).
254 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], 254 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY],
255 'test-debug/DebugStepLinear': [PASS, FLAKY], 255 'test-debug/DebugStepLinear': [PASS, FLAKY],
256 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], 256 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY],
257 }], # 'system == macos' 257 }], # 'system == macos'
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 ############################################################################## 469 ##############################################################################
470 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 470 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
471 471
472 # Pass but take too long with the simulator. 472 # Pass but take too long with the simulator.
473 'test-api/Threading1': [PASS, SLOW], 473 'test-api/Threading1': [PASS, SLOW],
474 'test-api/Threading2': [PASS, SLOW], 474 'test-api/Threading2': [PASS, SLOW],
475 'test-api/ExternalArrays': [PASS, SLOW], 475 'test-api/ExternalArrays': [PASS, SLOW],
476 476
477 }], # 'arch == ppc64 and simulator_run == True' 477 }], # 'arch == ppc64 and simulator_run == True'
478 ] 478 ]
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