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

Side by Side Diff: runtime/tests/vm/vm.status

Issue 2622593004: Refine suppressions for issue 28304. (Closed)
Patch Set: Created 3 years, 11 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 (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # Issue 28198 5 # Issue 28198
6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout
7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout
8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout
9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout
10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout
(...skipping 12 matching lines...) Expand all
23 23
24 cc/SNPrint_BadArgs: Skip 24 cc/SNPrint_BadArgs: Skip
25 25
26 cc/Profiler_InliningIntervalBoundry: Skip # Differences in ia32, debug, release 26 cc/Profiler_InliningIntervalBoundry: Skip # Differences in ia32, debug, release
27 27
28 # Flaky on buildbot. Issue 5133 and 10409. 28 # Flaky on buildbot. Issue 5133 and 10409.
29 cc/Sleep: Pass, Fail 29 cc/Sleep: Pass, Fail
30 30
31 dart/data_uri_import_test/none: SkipByDesign 31 dart/data_uri_import_test/none: SkipByDesign
32 32
33 [ $mode == debug ] 33 [ $mode == debug && $arch != ia32 ]
34 cc/Profiler_ArrayAllocation: Fail # 28304 34 cc/Profiler_ArrayAllocation: Fail # 28304
35 cc/Profiler_BasicSourcePosition: Fail # 28304 35 cc/Profiler_BasicSourcePosition: Fail # 28304
36 cc/Profiler_BasicSourcePositionOptimized: Fail # 28304 36 cc/Profiler_BasicSourcePositionOptimized: Fail # 28304
37 cc/Profiler_BinaryOperatorSourcePosition: Fail # 28304 37 cc/Profiler_BinaryOperatorSourcePosition: Fail # 28304
38 cc/Profiler_BinaryOperatorSourcePositionOptimized: Fail # 28304 38 cc/Profiler_BinaryOperatorSourcePositionOptimized: Fail # 28304
39 cc/Profiler_ChainedSamples: Fail # 28304 39 cc/Profiler_ChainedSamples: Fail # 28304
40 cc/Profiler_ClosureAllocation: Fail # 28304 40 cc/Profiler_ClosureAllocation: Fail # 28304
41 cc/Profiler_CodeTicks: Fail # 28304 41 cc/Profiler_CodeTicks: Fail # 28304
42 cc/Profiler_ContextAllocation: Fail # 28304 42 cc/Profiler_ContextAllocation: Fail # 28304
43 cc/Profiler_FunctionInline: Fail # 28304 43 cc/Profiler_FunctionInline: Fail # 28304
44 cc/Profiler_FunctionTicks: Fail # 28304 44 cc/Profiler_FunctionTicks: Fail # 28304
45 cc/Profiler_SourcePosition: Fail # 28304 45 cc/Profiler_SourcePosition: Fail # 28304
46 cc/Profiler_SourcePositionOptimized: Fail # 28304 46 cc/Profiler_SourcePositionOptimized: Fail # 28304
47 cc/Profiler_ToggleRecordAllocation: Fail # 28304 47 cc/Profiler_ToggleRecordAllocation: Fail # 28304
48 cc/Profiler_TrivialRecordAllocation: Fail # 28304 48 cc/Profiler_TrivialRecordAllocation: Fail # 28304
49 cc/Profiler_TypedArrayAllocation: Fail # 28304 49 cc/Profiler_TypedArrayAllocation: Fail # 28304
50 50
51 [ $mode == debug ]
51 # This is a benchmark that is not informative in debug mode. 52 # This is a benchmark that is not informative in debug mode.
52 cc/CorelibIsolateStartup: Skip 53 cc/CorelibIsolateStartup: Skip
53 # Negative tests of VerifiedMemory should crash iff in DEBUG mode. 54 # Negative tests of VerifiedMemory should crash iff in DEBUG mode.
54 # TODO(koda): Improve support for negative tests. 55 # TODO(koda): Improve support for negative tests.
55 cc/VerifyImplicit_Crash: Crash 56 cc/VerifyImplicit_Crash: Crash
56 cc/VerifyExplicit_Crash: Crash 57 cc/VerifyExplicit_Crash: Crash
57 # It can take some time for all the isolates to shutdown in a Debug build. 58 # It can take some time for all the isolates to shutdown in a Debug build.
58 dart/spawn_shutdown_test: Pass, Slow # VM Shutdown test 59 dart/spawn_shutdown_test: Pass, Slow # VM Shutdown test
59 60
60 # The following section refers to the dart vm tests which live under 61 # The following section refers to the dart vm tests which live under
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 cc/GuardFieldFinalListTest: Skip 206 cc/GuardFieldFinalListTest: Skip
206 cc/GuardFieldFinalVariableLengthListTest: Skip 207 cc/GuardFieldFinalVariableLengthListTest: Skip
207 cc/GuardFieldSimpleTest: Skip 208 cc/GuardFieldSimpleTest: Skip
208 209
209 # This test is meaningless for DBC as allocation stubs are not used. 210 # This test is meaningless for DBC as allocation stubs are not used.
210 cc/RegenerateAllocStubs: Skip 211 cc/RegenerateAllocStubs: Skip
211 212
212 [ $hot_reload || $hot_reload_rollback ] 213 [ $hot_reload || $hot_reload_rollback ]
213 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. 214 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads.
214 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds. 215 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds.
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