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, Timeout | 6 cc/ArrayNew_Overflow_Crash: Crash, Timeout |
7 cc/AllocGeneric_Overflow: Crash, Timeout | 7 cc/AllocGeneric_Overflow: Crash, Timeout |
8 cc/CodeImmutability: Crash | 8 cc/CodeImmutability: Crash |
9 | 9 |
10 cc/SNPrint_BadArgs: Skip | 10 cc/SNPrint_BadArgs: Skip |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 dart/optimized_stacktrace_test: RuntimeError | 48 dart/optimized_stacktrace_test: RuntimeError |
49 | 49 |
50 # Methods can be missing in dart2js stack traces due to inlining. Also when | 50 # Methods can be missing in dart2js stack traces due to inlining. Also when |
51 # minifying they can be renamed, which is issue 7953. | 51 # minifying they can be renamed, which is issue 7953. |
52 dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953 | 52 dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953 |
53 | 53 |
54 [ $compiler == dart2js || $compiler == dartanalyzer || $compiler == dart2analyze
r ] | 54 [ $compiler == dart2js || $compiler == dartanalyzer || $compiler == dart2analyze
r ] |
55 # Data uri's not supported by dart2js or the analyzer. | 55 # Data uri's not supported by dart2js or the analyzer. |
56 dart/data_uri*test: Skip | 56 dart/data_uri*test: Skip |
57 | 57 |
58 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | |
59 dart/data_uri_spawn_test: Skip # Issue 24990 | |
60 | |
61 [ $runtime == vm ] | 58 [ $runtime == vm ] |
62 dart/data_uri_failures_test/wrongmime: RuntimeError, OK # VM is more restrictive
than the browser | 59 dart/data_uri_failures_test/wrongmime: RuntimeError, OK # VM is more restrictive
than the browser |
63 dart/data_uri_failures_test/nomime: RuntimeError, OK | 60 dart/data_uri_failures_test/nomime: RuntimeError, OK |
64 dart/data_uri_failures_test/nocharset: RuntimeError, OK | 61 dart/data_uri_failures_test/nocharset: RuntimeError, OK |
65 dart/data_uri_failures_test/base64: RuntimeError, OK | 62 dart/data_uri_failures_test/base64: RuntimeError, OK |
66 | 63 |
67 [ $arch == mips ] | 64 [ $arch == mips ] |
68 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440 | 65 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440 |
69 cc/ArrayLengthMaxElements: Crash # Issue 23275 | 66 cc/ArrayLengthMaxElements: Crash # Issue 23275 |
70 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. | 67 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. |
(...skipping 12 matching lines...) Expand all Loading... |
83 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 80 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
84 cc/Dart2JSCompileAll: Skip # Timeout. | 81 cc/Dart2JSCompileAll: Skip # Timeout. |
85 | 82 |
86 [ $runtime == vm && $builder_tag == asan && $arch == x64] | 83 [ $runtime == vm && $builder_tag == asan && $arch == x64] |
87 cc/TestObjectCompare : Crash # Issue 25002 | 84 cc/TestObjectCompare : Crash # Issue 25002 |
88 | 85 |
89 [ $noopt ] | 86 [ $noopt ] |
90 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors | 87 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors |
91 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc | 88 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc |
92 dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing | 89 dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing |
OLD | NEW |