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 [ $compiler == none && $runtime == drt ] | 5 [ $compiler == none && $runtime == drt ] |
6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times
very long | 6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times
very long |
7 | 7 |
8 [ $compiler == none && $runtime == dartium ] | 8 [ $compiler == none && $runtime == dartium ] |
9 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompi
leTimeError # co19-roll r607: Please triage this failure | |
10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Pass, Fail
# Issue 13719: Please triage this failure. | 9 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Pass, Fail
# Issue 13719: Please triage this failure. |
11 Language/12_Expressions/12_Spawning_an_Isolate_A01_t01: Fail # Issue 13921 | 10 Language/12_Expressions/12_Spawning_an_Isolate_A01_t01: Fail # Issue 13921 |
12 Language/14_Libraries_and_Scripts/3_Parts_A02_t02: Pass, Timeout # Issue 13719:
Please triage this failure. | 11 Language/14_Libraries_and_Scripts/3_Parts_A02_t02: Pass, Timeout # Issue 13719:
Please triage this failure. |
13 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: Pass # Issue 14478: This sh
ould break. | 12 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: Pass # Issue 14478: This sh
ould break. |
14 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Issue 13719: Please
triage this failure. | 13 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Issue 13719: Please
triage this failure. |
15 LibTest/async/Future/Future_A01_t03: Fail # co19-roll r641: Please triage this f
ailure | 14 LibTest/async/Future/Future_A01_t03: Fail # co19-roll r641: Please triage this f
ailure |
16 LibTest/core/int/operator_left_shift_A01_t02: Pass, Fail # Issue 13719: Please t
riage this failure. | 15 LibTest/core/int/operator_left_shift_A01_t02: Pass, Fail # Issue 13719: Please t
riage this failure. |
17 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Issue 13921 | 16 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Issue 13921 |
18 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # Issue 13921 | 17 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # Issue 13921 |
19 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Issue 13921 | 18 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Issue 13921 |
(...skipping 21 matching lines...) Expand all Loading... |
41 LibTest/isolate/isolate_api/spawnUri_A01_t01: Skip # Issue 13992 | 40 LibTest/isolate/isolate_api/spawnUri_A01_t01: Skip # Issue 13992 |
42 LibTest/isolate/isolate_api/spawnUri_A01_t02: Skip # Issue 13992 | 41 LibTest/isolate/isolate_api/spawnUri_A01_t02: Skip # Issue 13992 |
43 LibTest/isolate/isolate_api/spawnUri_A01_t03: Skip # Issue 13992 | 42 LibTest/isolate/isolate_api/spawnUri_A01_t03: Skip # Issue 13992 |
44 LibTest/isolate/isolate_api/spawnUri_A01_t04: Skip # Issue 13992 | 43 LibTest/isolate/isolate_api/spawnUri_A01_t04: Skip # Issue 13992 |
45 LibTest/isolate/isolate_api/spawnUri_A01_t05: Skip # Issue 13992 | 44 LibTest/isolate/isolate_api/spawnUri_A01_t05: Skip # Issue 13992 |
46 | 45 |
47 [ $compiler == none && $runtime == dartium && $checked ] | 46 [ $compiler == none && $runtime == dartium && $checked ] |
48 Language/13_Statements/09_Switch_A09_t01: Fail # Please triage this failure (ena
bled checked mode tests on dartium) | 47 Language/13_Statements/09_Switch_A09_t01: Fail # Please triage this failure (ena
bled checked mode tests on dartium) |
49 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail # Please triage this
failure (enabled checked mode tests on dartium) | 48 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail # Please triage this
failure (enabled checked mode tests on dartium) |
50 LibTest/core/List/removeAt_A02_t01: Fail # co19-roll r641: Please triage this fa
ilure | 49 LibTest/core/List/removeAt_A02_t01: Fail # co19-roll r641: Please triage this fa
ilure |
OLD | NEW |