Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: tests/co19/co19-runtime.status

Issue 2799733002: Remove Pass expectations from Kernel status. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 12
13 [$runtime == vm && $compiler == none && $system == fuchsia] 13 [$runtime == vm && $compiler == none && $system == fuchsia]
14 *: Skip # Tests not included in the image. 14 *: Skip # Tests not included in the image.
15 15
16 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] 16 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ]
17 # Failures ok in tests below. VM moves super initializer to end of list. 17 # Failures ok in tests below. VM moves super initializer to end of list.
18 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK 18 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
19 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK 19 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK
20 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK 20 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK
21 21
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200
24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200 24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200
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/Statements/Switch/syntax_t02: fail # Dart issue 12908
29 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238
30 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916
31 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 28 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916
32 29
33 Language/Statements/Assert/execution_t02: skip # co19 issue 734 30 Language/Statements/Assert/execution_t02: skip # co19 issue 734
34 Language/Statements/Assert/execution_t03: skip # co19 issue 734 31 Language/Statements/Assert/execution_t03: skip # co19 issue 734
35 Language/Statements/Assert/type_t02: skip # co19 issue 734 32 Language/Statements/Assert/type_t02: skip # co19 issue 734
36 Language/Statements/Assert/type_t05: skip # co19 issue 734 33 Language/Statements/Assert/type_t05: skip # co19 issue 734
37 34
38 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Issue 15974 35 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Issue 15974
39 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Issue 15974 36 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Issue 15974
40 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974 37 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974
41 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974 38 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974
42 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974 39 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974
43 LibTest/isolate/Isolate/spawn_A06_t03: Skip # Issue 15974 40 LibTest/isolate/Isolate/spawn_A06_t03: Skip # Issue 15974
44 LibTest/isolate/Isolate/spawn_A06_t05: Skip # Issue 15974 41 LibTest/isolate/Isolate/spawn_A06_t05: Skip # Issue 15974
45 LibTest/isolate/Isolate/spawn_A04_t03: Skip # Flaky, Issue 15974 42 LibTest/isolate/Isolate/spawn_A04_t03: Skip # Flaky, Issue 15974
46 43
47 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 44 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596
48 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 45 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596
49 46
50 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] 47 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ]
51 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 48 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599
52 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 49 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599
53 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors: 50 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors:
54 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
55 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
56 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
57 51
58 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] 52 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ]
59 LibTest/core/List/List_class_A01_t02: Pass, Slow 53 LibTest/core/List/List_class_A01_t02: Pass, Slow
60 54
61 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch != simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ] 55 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch != simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ]
62 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 56 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
63 57
64 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ] 58 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ]
65 # These tests take too much memory (300 MB) for our 1 GB test machine. 59 # These tests take too much memory (300 MB) for our 1 GB test machine.
66 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 60 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24332 142 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24332
149 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24332 143 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24332
150 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24332 144 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24332
151 Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765 145 Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765
152 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767 146 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767
153 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767 147 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767
154 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495 148 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495
155 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495 149 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
156 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495 150 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
157 151
152 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
153 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916
154 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
155 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
156 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238
157 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908
158
158 [ $runtime == dart_precompiled || $mode == product ] 159 [ $runtime == dart_precompiled || $mode == product ]
159 Language/Metadata/*: SkipByDesign # Uses dart:mirrors 160 Language/Metadata/*: SkipByDesign # Uses dart:mirrors
160 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors 161 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors
161 162
162 [ $compiler == precompiler || $compiler == app_jit || $mode == product || $runti me == flutter] 163 [ $compiler == precompiler || $compiler == app_jit || $mode == product || $runti me == flutter]
163 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading 164 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading
164 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading 165 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading
165 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo ading 166 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo ading
166 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo ading 167 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo ading
167 168
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 Language/Types/Static_Types/malformed_type_t02: CompileTimeError 385 Language/Types/Static_Types/malformed_type_t02: CompileTimeError
385 Language/Types/Static_Types/malformed_type_t03: CompileTimeError 386 Language/Types/Static_Types/malformed_type_t03: CompileTimeError
386 Language/Types/Static_Types/malformed_type_t04: CompileTimeError 387 Language/Types/Static_Types/malformed_type_t04: CompileTimeError
387 Language/Types/Static_Types/malformed_type_t05: CompileTimeError 388 Language/Types/Static_Types/malformed_type_t05: CompileTimeError
388 Language/Types/Static_Types/malformed_type_t06: CompileTimeError 389 Language/Types/Static_Types/malformed_type_t06: CompileTimeError
389 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError 390 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError
390 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError 391 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError
391 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError 392 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError
392 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror 393 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror
393 394
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698