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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
10 | 10 |
11 async_star_test/02: RuntimeError # 22853 | 11 async_star_test/02: RuntimeError # 22853 |
12 async_star_test/05: RuntimeError, Timeout | 12 async_star_test/05: RuntimeError, Timeout |
13 | 13 |
14 try_catch_on_syntax_test/10: Fail # Issue 19823 | 14 try_catch_on_syntax_test/10: Fail # Issue 19823 |
15 try_catch_on_syntax_test/11: Fail # Issue 19823 | 15 try_catch_on_syntax_test/11: Fail # Issue 19823 |
16 | 16 |
17 [ $compiler == dart2js && $runtime == jsshell ] | 17 [ $compiler == dart2js && $runtime == jsshell ] |
18 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 18 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
19 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 19 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
20 | 20 |
21 [ $compiler == dart2js ] | 21 [ $compiler == dart2js ] |
| 22 nan_identical_test: Fail # Issue 11551 |
22 symbol_literal_test/*: Fail # Issue 21825 | 23 symbol_literal_test/*: Fail # Issue 21825 |
23 constructor_duplicate_final_test/01: Fail # Issue 13363 | 24 constructor_duplicate_final_test/01: Fail # Issue 13363 |
24 constructor_duplicate_final_test/02: Fail # Issue 13363 | 25 constructor_duplicate_final_test/02: Fail # Issue 13363 |
25 override_inheritance_mixed_test/08: Fail # Issue 18124 | 26 override_inheritance_mixed_test/08: Fail # Issue 18124 |
26 override_inheritance_mixed_test/09: Fail # Issue 18124 | 27 override_inheritance_mixed_test/09: Fail # Issue 18124 |
27 bad_constructor_test/05: CompileTimeError # Issue 13669 | 28 bad_constructor_test/05: CompileTimeError # Issue 13669 |
28 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 29 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
29 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 30 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
30 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 | 31 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 |
31 stacktrace_test: Pass, RuntimeError # # Issue 12698 | 32 stacktrace_test: Pass, RuntimeError # # Issue 12698 |
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
969 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen
ted. | 970 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen
ted. |
970 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo
r Func1. | 971 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo
r Func1. |
971 typevariable_substitution2_test/01: Crash # Please triage this failure. | 972 typevariable_substitution2_test/01: Crash # Please triage this failure. |
972 typevariable_substitution2_test/02: Crash # Please triage this failure. | 973 typevariable_substitution2_test/02: Crash # Please triage this failure. |
973 typevariable_substitution2_test/none: Crash # Please triage this failure. | 974 typevariable_substitution2_test/none: Crash # Please triage this failure. |
974 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. | 975 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. |
975 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 976 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
976 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 977 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
977 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 978 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
978 void_type_test: Crash # Unhandled node | 979 void_type_test: Crash # Unhandled node |
OLD | NEW |