Chromium Code Reviews| 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 # These tests are expected to crash on all platforms. | 5 # These tests are expected to crash on all platforms. |
| 6 cc/ArrayNew_Overflow_Crash: Crash | 6 cc/ArrayNew_Overflow_Crash: Crash |
| 7 cc/AllocGeneric_Overflow: Crash | 7 cc/AllocGeneric_Overflow: Crash |
| 8 cc/CodeImmutability: Crash | 8 cc/CodeImmutability: Crash |
| 9 | 9 |
| 10 cc/SNPrint_BadArgs: Skip | 10 cc/SNPrint_BadArgs: Skip |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 63 # minifying they can be renamed, which is issue 7953. | 63 # minifying they can be renamed, which is issue 7953. |
| 64 dart/inline_stack_frame_test: RuntimeError | 64 dart/inline_stack_frame_test: RuntimeError |
| 65 | 65 |
| 66 [ $compiler == dart2dart ] | 66 [ $compiler == dart2dart ] |
| 67 # Skip until we stabilize language tests. | 67 # Skip until we stabilize language tests. |
| 68 *: Skip | 68 *: Skip |
| 69 | 69 |
| 70 [ $arch == mips ] | 70 [ $arch == mips ] |
| 71 cc/Cop1CvtDL: Crash # Illegal instructions | 71 cc/Cop1CvtDL: Crash # Illegal instructions |
| 72 cc/Cop1CvtDL_neg: Crash # Illegal instructions | 72 cc/Cop1CvtDL_neg: Crash # Illegal instructions |
| 73 cc/StaticNonNullSumCallCodegen: Crash # dartbug.com/17440 | 73 cc/StaticNonNullSumCallCodegen: Crash, Pass # dartbug.com/17440 |
|
kustermann
2014/03/18 16:10:12
Is this really flaky or is it a difference between
Bill Hesse
2014/03/18 16:21:27
It is really flaky on debug. On release we have o
| |
| 74 | |
| 75 [ $arch == mips && $mode == debug ] | |
| 76 cc/FindCodeObject: Skip # Takes more than 8 minutes, times out. | |
|
kustermann
2014/03/18 16:10:12
Why should this take 8 minutes?
Please add the is
Bill Hesse
2014/03/18 16:21:27
It takes 1 minute in release mode. On sim-mips it
| |
| 74 | 77 |
| 75 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 78 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 76 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag | 79 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag |
| 77 | 80 |
| 78 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 81 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 79 dart/optimized_stacktrace_test: StaticWarning | 82 dart/optimized_stacktrace_test: StaticWarning |
| 80 | 83 |
| 81 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention ally includes invalid method bodies. | 84 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention ally includes invalid method bodies. |
| OLD | NEW |