OLD | NEW |
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 == dartk && $mode == debug ] |
| 6 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash |
| 7 |
5 [ $compiler == dartk || $compiler == dartkp ] | 8 [ $compiler == dartk || $compiler == dartkp ] |
6 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC
ompileTimeError # Test bug: Test doesn't execute erroneous code. | 9 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC
ompileTimeError # Test bug: Test doesn't execute erroneous code. |
7 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo
mpileTimeError # Test bug: Test doesn't execute erroneous code. | 10 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo
mpileTimeError # Test bug: Test doesn't execute erroneous code. |
8 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError # Test bug:
Test doesn't execute erroneous code. | 11 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError # Test bug:
Test doesn't execute erroneous code. |
9 Language/Expressions/Throw/no_catch_clause_t02: MissingCompileTimeError # Test b
ug: Test doesn't execute erroneous code. | 12 Language/Expressions/Throw/no_catch_clause_t02: MissingCompileTimeError # Test b
ug: Test doesn't execute erroneous code. |
10 Language/Expressions/Throw/no_catch_clause_t03: MissingCompileTimeError # Test b
ug: Test doesn't execute erroneous code. | 13 Language/Expressions/Throw/no_catch_clause_t03: MissingCompileTimeError # Test b
ug: Test doesn't execute erroneous code. |
11 Language/Statements/For/syntax_t09: MissingCompileTimeError # Test bug: Test doe
sn't execute erroneous code. | 14 Language/Statements/For/syntax_t09: MissingCompileTimeError # Test bug: Test doe
sn't execute erroneous code. |
12 Language/Statements/For/syntax_t16: MissingCompileTimeError # Test bug: Test doe
sn't execute erroneous code. | 15 Language/Statements/For/syntax_t16: MissingCompileTimeError # Test bug: Test doe
sn't execute erroneous code. |
13 | 16 |
14 Language/Overview/Scoping/conflicting_names_t38: DartkCrash # Fasta bug: Bad err
or recovery. | 17 Language/Overview/Scoping/conflicting_names_t38: DartkCrash # Fasta bug: Bad err
or recovery. |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError | 244 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError |
242 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError | 245 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError |
243 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError | 246 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError |
244 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError | 247 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError |
245 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError | 248 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError |
246 | 249 |
247 # Deferred loading kernel issue 28335. | 250 # Deferred loading kernel issue 28335. |
248 [ $compiler == dartk || $compiler == dartkp ] | 251 [ $compiler == dartk || $compiler == dartkp ] |
249 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D
eferred loading kernel issue 28335. | 252 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D
eferred loading kernel issue 28335. |
250 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D
eferred loading kernel issue 28335. | 253 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D
eferred loading kernel issue 28335. |
OLD | NEW |