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

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

Issue 1004583002: Mark ProcessDebugMessagesThreaded as flaky. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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
« 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'test-cpu-profiler/BoundFunctionCall': [SKIP], 80 'test-cpu-profiler/BoundFunctionCall': [SKIP],
81 'test-cpu-profiler/CpuProfileDeepStack': [SKIP], 81 'test-cpu-profiler/CpuProfileDeepStack': [SKIP],
82 'test-cpu-profiler/JsNativeJsSample': [SKIP], 82 'test-cpu-profiler/JsNativeJsSample': [SKIP],
83 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], 83 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP],
84 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], 84 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
85 85
86 # BUG(3525). Test crashes flakily. 86 # BUG(3525). Test crashes flakily.
87 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], 87 'test-debug/RecursiveBreakpoints': [PASS, FLAKY],
88 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], 88 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY],
89 89
90 # Fails sometimes.
91 'test-debug/ProcessDebugMessagesThreaded': [PASS, FLAKY],
92
90 ############################################################################## 93 ##############################################################################
91 # TurboFan compiler failures. 94 # TurboFan compiler failures.
92 95
93 # Some tests are just too slow to run for now. 96 # Some tests are just too slow to run for now.
94 'test-api/Threading*': [PASS, NO_VARIANTS], 97 'test-api/Threading*': [PASS, NO_VARIANTS],
95 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 98 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
96 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 99 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
97 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 100 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
98 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], 101 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
99 # BUG(3742). 102 # BUG(3742).
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'test-api/ExternalArrays': [SKIP], 409 'test-api/ExternalArrays': [SKIP],
407 410
408 # issues to be investigated based on latest uplevel 411 # issues to be investigated based on latest uplevel
409 'test-run-machops/RunWord64EqualInBranchP': [SKIP], 412 'test-run-machops/RunWord64EqualInBranchP': [SKIP],
410 413
411 # will not pass until we agree/implement changes to serializce.cc 414 # will not pass until we agree/implement changes to serializce.cc
412 'test-serialize/SerializeInternalReference': [SKIP], 415 'test-serialize/SerializeInternalReference': [SKIP],
413 416
414 }], # 'arch == ppc64 and simulator_run == True' 417 }], # 'arch == ppc64 and simulator_run == True'
415 ] 418 ]
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