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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
6 # These tests are timing dependent and should be non-flaky once the fix for | 6 # These tests are timing dependent and should be non-flaky once the fix for |
7 # https://github.com/dart-lang/co19/issues/86 is merged into master. | 7 # https://github.com/dart-lang/co19/issues/86 is merged into master. |
8 # (They are skipped on $runtime == pre_compiled below.) | 8 # (They are skipped on $runtime == pre_compiled below.) |
9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 | 9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 |
10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 | 10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 |
11 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269 | 11 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269 |
12 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Timeout # Please triage this failure | 12 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Pass,Timeo ut # Please triage this failure |
13 | 13 |
14 [$runtime == vm && $compiler == none && $system == fuchsia] | 14 [$runtime == vm && $compiler == none && $system == fuchsia] |
15 *: Skip # Tests not included in the image. | 15 *: Skip # Tests not included in the image. |
16 | 16 |
17 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] | 17 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] |
18 | 18 |
19 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Pass,Timeo ut # Please triage this failure | |
kustermann
2017/06/22 11:38:58
Use this one instead:
https://codereview.chromiu
| |
19 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: R untimeError # Issue 1296 | 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: R untimeError # Issue 1296 |
20 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Ru ntimeError, Fail # Issue 22200 | 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Ru ntimeError, Fail # Issue 22200 |
21 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Ru ntimeError, Fail # Issue 22200 | 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Ru ntimeError, Fail # Issue 22200 |
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Ru ntimeError, Fail # Issue 22200 | 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Ru ntimeError, Fail # Issue 22200 |
23 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # I ssue 1296 | 24 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # I ssue 1296 |
24 | 25 |
25 | |
26 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 | 26 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 |
27 | 27 |
28 Language/Libraries_and_Scripts/Exports/reexport_t02: MissingCompileTimeError, fa il # Dart issue 12916 | 28 Language/Libraries_and_Scripts/Exports/reexport_t02: MissingCompileTimeError, fa il # Dart issue 12916 |
29 | 29 |
30 # Skip until Issue 29895 is fixed. | 30 # Skip until Issue 29895 is fixed. |
31 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: skip | 31 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: skip |
32 | 32 |
33 Language/Statements/Assert/execution_t02: skip # co19 issue 734 | 33 Language/Statements/Assert/execution_t02: skip # co19 issue 734 |
34 Language/Statements/Assert/execution_t03: skip # co19 issue 734 | 34 Language/Statements/Assert/execution_t03: skip # co19 issue 734 |
35 Language/Statements/Assert/type_t02: skip # co19 issue 734 | 35 Language/Statements/Assert/type_t02: skip # co19 issue 734 |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
386 Language/Types/Static_Types/malformed_type_t02: CompileTimeError | 386 Language/Types/Static_Types/malformed_type_t02: CompileTimeError |
387 Language/Types/Static_Types/malformed_type_t03: CompileTimeError | 387 Language/Types/Static_Types/malformed_type_t03: CompileTimeError |
388 Language/Types/Static_Types/malformed_type_t04: CompileTimeError | 388 Language/Types/Static_Types/malformed_type_t04: CompileTimeError |
389 Language/Types/Static_Types/malformed_type_t05: CompileTimeError | 389 Language/Types/Static_Types/malformed_type_t05: CompileTimeError |
390 Language/Types/Static_Types/malformed_type_t06: CompileTimeError | 390 Language/Types/Static_Types/malformed_type_t06: CompileTimeError |
391 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError | 391 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError |
392 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError | 392 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError |
393 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError | 393 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError |
394 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror | 394 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror |
395 | 395 |
OLD | NEW |