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

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

Issue 2908833002: Revert "Revert "Refactor test option parsing code."" (Closed)
Patch Set: Ignore "—failure-summary" so it doesn't break the bots. Created 3 years, 6 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 | samples/samples.status » ('j') | tools/testing/dart/options.dart » ('J')
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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 149
150 [ $compiler == dart2js ] 150 [ $compiler == dart2js ]
151 # The source positions do not match with dart2js. 151 # The source positions do not match with dart2js.
152 dart/optimized_stacktrace_line_test: RuntimeError 152 dart/optimized_stacktrace_line_test: RuntimeError
153 dart/optimized_stacktrace_line_and_column_test: RuntimeError 153 dart/optimized_stacktrace_line_and_column_test: RuntimeError
154 154
155 # Methods can be missing in dart2js stack traces due to inlining. Also when 155 # Methods can be missing in dart2js stack traces due to inlining. Also when
156 # minifying they can be renamed, which is issue 7953. 156 # minifying they can be renamed, which is issue 7953.
157 dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953 157 dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953
158 158
159 [ $compiler == dart2js && $cps_ir && $checked ]
160 dart/*: Skip # checked mode + cpsir not supported yet. Issue 25761
161
162 [ $compiler == dart2js || $compiler == dart2analyzer ] 159 [ $compiler == dart2js || $compiler == dart2analyzer ]
163 # Data uri's not supported by dart2js or the analyzer. 160 # Data uri's not supported by dart2js or the analyzer.
164 dart/data_uri*test: Skip 161 dart/data_uri*test: Skip
165 162
166 [ $arch == mips ] 163 [ $arch == mips ]
167 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. 164 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory.
168 165
169 [ $arch == mips && $mode == debug ] 166 [ $arch == mips && $mode == debug ]
170 cc/FindCodeObject: SkipSlow # Takes more than 8 minutes. Issue 17440 167 cc/FindCodeObject: SkipSlow # Takes more than 8 minutes. Issue 17440
171 168
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 cc/Parser_AllocateVariables_TwoChains : Crash 592 cc/Parser_AllocateVariables_TwoChains : Crash
596 cc/Profiler_BasicSourcePosition : Crash 593 cc/Profiler_BasicSourcePosition : Crash
597 cc/Profiler_BasicSourcePositionOptimized : Crash 594 cc/Profiler_BasicSourcePositionOptimized : Crash
598 cc/Profiler_BinaryOperatorSourcePosition : Crash 595 cc/Profiler_BinaryOperatorSourcePosition : Crash
599 cc/Profiler_BinaryOperatorSourcePositionOptimized : Crash 596 cc/Profiler_BinaryOperatorSourcePositionOptimized : Crash
600 cc/Profiler_SourcePosition : Crash 597 cc/Profiler_SourcePosition : Crash
601 cc/Profiler_SourcePositionOptimized : Crash 598 cc/Profiler_SourcePositionOptimized : Crash
602 599
603 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) && ($mode == de bug)] 600 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) && ($mode == de bug)]
604 cc/FindCodeObject : Timeout 601 cc/FindCodeObject : Timeout
OLDNEW
« no previous file with comments | « no previous file | samples/samples.status » ('j') | tools/testing/dart/options.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698