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

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

Issue 2614003003: Change GN debug builds to use -O2, which is the value used by GYP. (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 | « runtime/BUILD.gn ('k') | 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 13 matching lines...) Expand all
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 ]
34 cc/Profiler_ArrayAllocation: Fail # 28304
35 cc/Profiler_BasicSourcePosition: Fail # 28304
36 cc/Profiler_BasicSourcePositionOptimized: Fail # 28304
37 cc/Profiler_BinaryOperatorSourcePosition: Fail # 28304
38 cc/Profiler_BinaryOperatorSourcePositionOptimized: Fail # 28304
39 cc/Profiler_ChainedSamples: Fail # 28304
40 cc/Profiler_ClosureAllocation: Fail # 28304
41 cc/Profiler_CodeTicks: Fail # 28304
42 cc/Profiler_ContextAllocation: Fail # 28304
43 cc/Profiler_FunctionInline: Fail # 28304
44 cc/Profiler_FunctionTicks: Fail # 28304
45 cc/Profiler_SourcePosition: Fail # 28304
46 cc/Profiler_SourcePositionOptimized: Fail # 28304
47 cc/Profiler_ToggleRecordAllocation: Fail # 28304
48 cc/Profiler_TrivialRecordAllocation: Fail # 28304
49 cc/Profiler_TypedArrayAllocation: Fail # 28304
50
34 # This is a benchmark that is not informative in debug mode. 51 # This is a benchmark that is not informative in debug mode.
35 cc/CorelibIsolateStartup: Skip 52 cc/CorelibIsolateStartup: Skip
36 # Negative tests of VerifiedMemory should crash iff in DEBUG mode. 53 # Negative tests of VerifiedMemory should crash iff in DEBUG mode.
37 # TODO(koda): Improve support for negative tests. 54 # TODO(koda): Improve support for negative tests.
38 cc/VerifyImplicit_Crash: Crash 55 cc/VerifyImplicit_Crash: Crash
39 cc/VerifyExplicit_Crash: Crash 56 cc/VerifyExplicit_Crash: Crash
40 # It can take some time for all the isolates to shutdown in a Debug build. 57 # It can take some time for all the isolates to shutdown in a Debug build.
41 dart/spawn_shutdown_test: Pass, Slow # VM Shutdown test 58 dart/spawn_shutdown_test: Pass, Slow # VM Shutdown test
42 59
43 # The following section refers to the dart vm tests which live under 60 # The following section refers to the dart vm tests which live under
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 cc/GuardFieldFinalListTest: Skip 205 cc/GuardFieldFinalListTest: Skip
189 cc/GuardFieldFinalVariableLengthListTest: Skip 206 cc/GuardFieldFinalVariableLengthListTest: Skip
190 cc/GuardFieldSimpleTest: Skip 207 cc/GuardFieldSimpleTest: Skip
191 208
192 # This test is meaningless for DBC as allocation stubs are not used. 209 # This test is meaningless for DBC as allocation stubs are not used.
193 cc/RegenerateAllocStubs: Skip 210 cc/RegenerateAllocStubs: Skip
194 211
195 [ $hot_reload || $hot_reload_rollback ] 212 [ $hot_reload || $hot_reload_rollback ]
196 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. 213 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads.
197 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds. 214 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds.
OLDNEW
« no previous file with comments | « runtime/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698