OLD | NEW |
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 # WARNING: | 5 # WARNING: |
6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
8 # prefix. | 8 # prefix. |
9 | 9 |
10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 100 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
101 | 101 |
102 [ $compiler == dart2js && $runtime == none ] | 102 [ $compiler == dart2js && $runtime == none ] |
103 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 103 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
104 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 104 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
105 oom_error_stacktrace_test: Pass # The test only fails at runtime. | 105 oom_error_stacktrace_test: Pass # The test only fails at runtime. |
106 | 106 |
107 [ $compiler == dart2js && $browser ] | 107 [ $compiler == dart2js && $browser ] |
108 *: Skip | 108 *: Skip |
109 | 109 |
110 [ $compiler == dart2dart ] | |
111 # Skip until we stabilize language tests. | |
112 *: Skip | |
113 | |
114 [ $arch == simarm || $arch == simarmv5te || $arch == simmips] | 110 [ $arch == simarm || $arch == simarmv5te || $arch == simmips] |
115 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 111 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
116 oom_error_stacktrace_test: Skip # Fails on Linux | 112 oom_error_stacktrace_test: Skip # Fails on Linux |
117 | 113 |
118 [ $arch == simmips || $arch == mips ] | 114 [ $arch == simmips || $arch == mips ] |
119 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp
orted on MIPS. | 115 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp
orted on MIPS. |
120 | 116 |
121 [ $arch == mips ] | 117 [ $arch == mips ] |
122 io/signals_test: Fail # Issue 17440 | 118 io/signals_test: Fail # Issue 17440 |
123 io/file_stat_test: Fail # Issue 17440 | 119 io/file_stat_test: Fail # Issue 17440 |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': unimpleme
nted in CodeGenerator | 372 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': unimpleme
nted in CodeGenerator |
377 io/zlib_test: Crash # (throw _buildException('asyncEnd() was called before async
Start().')): Unhandled node | 373 io/zlib_test: Crash # (throw _buildException('asyncEnd() was called before async
Start().')): Unhandled node |
378 medium_integer_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator | 374 medium_integer_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator |
379 oom_error_stacktrace_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator | 375 oom_error_stacktrace_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator |
380 out_of_memory_test: Crash # "on T" catch block | 376 out_of_memory_test: Crash # "on T" catch block |
381 priority_queue_stress_test: Crash # cannot compile methods that need interceptor
calling convention. | 377 priority_queue_stress_test: Crash # cannot compile methods that need interceptor
calling convention. |
382 slowpath_safepoints_test: Crash # handleStaticFunctionGet: function(noop) | 378 slowpath_safepoints_test: Crash # handleStaticFunctionGet: function(noop) |
383 status_expression_test: Crash # (throw new ExpectException(message)): Unhandled
node | 379 status_expression_test: Crash # (throw new ExpectException(message)): Unhandled
node |
384 typed_array_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator | 380 typed_array_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator |
385 verified_mem_test: Crash # unsupported element kind: a:field | 381 verified_mem_test: Crash # unsupported element kind: a:field |
OLD | NEW |