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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 dart/optimized_stacktrace_test: RuntimeError | 52 dart/optimized_stacktrace_test: RuntimeError |
53 | 53 |
54 # Methods can be missing in dart2js stack traces due to inlining. Also when | 54 # Methods can be missing in dart2js stack traces due to inlining. Also when |
55 # minifying they can be renamed, which is issue 7953. | 55 # minifying they can be renamed, which is issue 7953. |
56 dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953 | 56 dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953 |
57 | 57 |
58 [ $compiler == dart2js || $compiler == dart2analyzer ] | 58 [ $compiler == dart2js || $compiler == dart2analyzer ] |
59 # Data uri's not supported by dart2js or the analyzer. | 59 # Data uri's not supported by dart2js or the analyzer. |
60 dart/data_uri*test: Skip | 60 dart/data_uri*test: Skip |
61 | 61 |
62 [ ($runtime == vm || $runtime == dart_precompiled) ] | |
63 dart/data_uri_import_test/wrongmime: RuntimeError, OK # VM is more restrictive t
han the browser | |
64 dart/data_uri_import_test/nomime: RuntimeError, OK | |
65 dart/data_uri_import_test/nocharset: RuntimeError, OK | |
66 | |
67 [ $arch == mips ] | 62 [ $arch == mips ] |
68 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440 | 63 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440 |
69 cc/ArrayLengthMaxElements: Crash # Issue 23275 | 64 cc/ArrayLengthMaxElements: Crash # Issue 23275 |
70 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. | 65 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. |
71 | 66 |
72 [ $arch == mips && $mode == debug ] | 67 [ $arch == mips && $mode == debug ] |
73 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 | 68 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 |
74 | 69 |
75 [ $compiler == dart2analyzer ] | 70 [ $compiler == dart2analyzer ] |
76 dart/optimized_stacktrace_test: StaticWarning | 71 dart/optimized_stacktrace_test: StaticWarning |
77 | 72 |
78 [ $runtime != vm ] | 73 [ $runtime != vm ] |
79 dart/snapshot_version_test: SkipByDesign # Spawns processes | 74 dart/snapshot_version_test: SkipByDesign # Spawns processes |
80 dart/spawn_infinite_loop_test: Skip # VM shutdown test | 75 dart/spawn_infinite_loop_test: Skip # VM shutdown test |
81 dart/spawn_shutdown_test: Skip # VM Shutdown test | 76 dart/spawn_shutdown_test: Skip # VM Shutdown test |
82 | 77 |
83 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] | 78 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] |
84 cc/Dart2JSCompileAll: Skip # Timeout. | 79 cc/Dart2JSCompileAll: Skip # Timeout. |
85 | 80 |
86 [ $noopt ] | 81 [ $noopt ] |
87 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc | 82 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc |
88 | 83 |
89 [ $noopt || $compiler == precompiler ] | 84 [ $noopt || $compiler == precompiler ] |
90 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors | 85 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors |
91 dart/optimized_stacktrace_test: RuntimeError # Expects line and column numbers | 86 dart/optimized_stacktrace_test: RuntimeError # Expects line and column numbers |
92 | 87 |
93 [ $runtime == dart_precompiled ] | 88 [ $runtime == dart_precompiled ] |
94 dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing | 89 dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing |
95 dart/data_uri_spawn_test: RuntimeError # Isolate.spawnUri | 90 dart/data_uri_spawn_test: RuntimeError # Isolate.spawnUri |
OLD | NEW |