| OLD | NEW |
| 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 Loading... |
| 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 |
| 159 [ $compiler == dart2js || $compiler == dart2analyzer ] | 162 [ $compiler == dart2js || $compiler == dart2analyzer ] |
| 160 # Data uri's not supported by dart2js or the analyzer. | 163 # Data uri's not supported by dart2js or the analyzer. |
| 161 dart/data_uri*test: Skip | 164 dart/data_uri*test: Skip |
| 162 | 165 |
| 163 [ $arch == mips ] | 166 [ $arch == mips ] |
| 164 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. | 167 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. |
| 165 | 168 |
| 166 [ $arch == mips && $mode == debug ] | 169 [ $arch == mips && $mode == debug ] |
| 167 cc/FindCodeObject: SkipSlow # Takes more than 8 minutes. Issue 17440 | 170 cc/FindCodeObject: SkipSlow # Takes more than 8 minutes. Issue 17440 |
| 168 | 171 |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 cc/Parser_AllocateVariables_TwoChains : Crash | 595 cc/Parser_AllocateVariables_TwoChains : Crash |
| 593 cc/Profiler_BasicSourcePosition : Crash | 596 cc/Profiler_BasicSourcePosition : Crash |
| 594 cc/Profiler_BasicSourcePositionOptimized : Crash | 597 cc/Profiler_BasicSourcePositionOptimized : Crash |
| 595 cc/Profiler_BinaryOperatorSourcePosition : Crash | 598 cc/Profiler_BinaryOperatorSourcePosition : Crash |
| 596 cc/Profiler_BinaryOperatorSourcePositionOptimized : Crash | 599 cc/Profiler_BinaryOperatorSourcePositionOptimized : Crash |
| 597 cc/Profiler_SourcePosition : Crash | 600 cc/Profiler_SourcePosition : Crash |
| 598 cc/Profiler_SourcePositionOptimized : Crash | 601 cc/Profiler_SourcePositionOptimized : Crash |
| 599 | 602 |
| 600 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) && ($mode == de
bug)] | 603 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) && ($mode == de
bug)] |
| 601 cc/FindCodeObject : Timeout | 604 cc/FindCodeObject : Timeout |
| OLD | NEW |