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

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

Issue 1507943002: Add ./tools/test.py -c precompiler -r dart_precompiled. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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/benchmark_smoke/benchmark_smoke.status ('k') | tests/corelib/corelib.status » ('j') | 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 5
6 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == Con tentShellOnAndroid) ] 6 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim e == dart_precompiled) || $runtime == dartium || $runtime == ContentShellOnAndro id) ]
7 7
8 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200 8 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200
9 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200 9 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200
10 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200 10 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200
11 11
12 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 12 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
13 13
14 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908 14 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908
15 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238 15 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238
16 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916 16 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916
(...skipping 14 matching lines...) Expand all
31 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974 31 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974
32 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617 32 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617
33 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974 33 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974
34 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974 34 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974
35 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974 35 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974
36 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617 36 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
37 37
38 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 38 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596
39 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 39 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596
40 40
41 [ $compiler == none && $runtime == vm ] 41 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
42 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 42 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599
43 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 43 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599
44 Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileT imeError # Issue 22007 44 Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileT imeError # Issue 22007
45 Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileT imeError # Issue 22007 45 Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileT imeError # Issue 22007
46 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors: 46 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors:
47 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail 47 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
48 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail 48 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
49 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail 49 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
50 50
51 [ $runtime == vm ] 51 [ ($runtime == vm || $runtime == dart_precompiled) ]
52 LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01: Pass, Runtime Error # co19-roll r607: Please triage this failure 52 LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01: Pass, Runtime Error # co19-roll r607: Please triage this failure
53 53
54 [ $compiler == none && $runtime == vm && $mode == debug ] 54 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $mode == debug ]
55 LibTest/core/List/List_class_A01_t02: Pass, Slow 55 LibTest/core/List/List_class_A01_t02: Pass, Slow
56 56
57 [ $compiler == none && $runtime == vm && ($arch != x64 && $arch != simarm64) ] 57 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch != simarm64) ]
58 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 58 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
59 59
60 [ $compiler == none && $runtime == vm && $arch == mips ] 60 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips ]
61 LibTest/core/double/toInt_A01_t01: Fail 61 LibTest/core/double/toInt_A01_t01: Fail
62 # These tests take too much memory (300 MB) for our 1 GB test machine. 62 # These tests take too much memory (300 MB) for our 1 GB test machine.
63 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 63 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673
64 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 64 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673
65 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 65 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673
66 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 66 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673
67 67
68 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] 68 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ]
69 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440 69 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440
70 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440 70 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440
71 71
72 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == simarm64) ] 72 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch == simarmv5te || $arch == sim mips || $arch == simarm64) ]
73 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout 73 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout
74 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout 74 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout
75 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout 75 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout
76 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout 76 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout
77 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout 77 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout
78 78
79 [ $runtime == vm ] 79 [ ($runtime == vm || $runtime == dart_precompiled) ]
80 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 80 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667
81 LibTest/html/*: SkipByDesign # dart:html not supported on VM. 81 LibTest/html/*: SkipByDesign # dart:html not supported on VM.
82 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. 82 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM.
83 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. 83 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM.
84 84
85 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 85 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ]
86 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. 86 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174.
87 87
88 [ $runtime == vm && $arch == arm ] 88 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == arm ]
89 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416 89 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416
90 90
91 [ $runtime == vm ] 91 [ ($runtime == vm || $runtime == dart_precompiled) ]
92 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) 92 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0)
93 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 01: MissingCompileTimeError # Please triage this failure 93 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 01: MissingCompileTimeError # Please triage this failure
94 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 02: MissingCompileTimeError # Please triage this failure 94 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 02: MissingCompileTimeError # Please triage this failure
95 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError # Please triage this failure 95 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError # Please triage this failure
96 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass _t01: MissingCompileTimeError # Please triage this failure 96 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass _t01: MissingCompileTimeError # Please triage this failure
97 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass _t02: MissingCompileTimeError # Please triage this failure 97 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass _t02: MissingCompileTimeError # Please triage this failure
98 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail ure 98 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail ure
99 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail ure 99 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail ure
100 Language/Classes/Setters/syntax_t04: RuntimeError # Please triage this failure 100 Language/Classes/Setters/syntax_t04: RuntimeError # Please triage this failure
101 Language/Classes/Setters/type_object_t01: RuntimeError # Please triage this fail ure 101 Language/Classes/Setters/type_object_t01: RuntimeError # Please triage this fail ure
(...skipping 22 matching lines...) Expand all
124 Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # Please triage thi s failure 124 Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # Please triage thi s failure
125 Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # Please triage thi s failure 125 Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # Please triage thi s failure
126 Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # Please triage thi s failure 126 Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # Please triage thi s failure
127 Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # Please triage thi s failure 127 Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # Please triage thi s failure
128 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Please tr iage this failure 128 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Please tr iage this failure
129 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # Please tr iage this failure 129 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # Please tr iage this failure
130 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # Please tria ge this failure 130 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # Please tria ge this failure
131 Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # Please tria ge this failure 131 Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # Please tria ge this failure
132 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # Please triage this failure 132 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # Please triage this failure
133 133
134 [ $runtime == vm && $mode == debug ] 134 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug ]
135 Language/Mixins/Mixin_Application/wrong_type_t02: Crash # Please triage this fai lure 135 Language/Mixins/Mixin_Application/wrong_type_t02: Crash # Please triage this fai lure
136 136
137 [ $runtime == vm && $checked ] 137 [ ($runtime == vm || $runtime == dart_precompiled) && $checked ]
138 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # Please triage th is failure 138 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # Please triage th is failure
139 Language/Errors_and_Warnings/static_warning_t02: RuntimeError # Please triage th is failure 139 Language/Errors_and_Warnings/static_warning_t02: RuntimeError # Please triage th is failure
140 Language/Errors_and_Warnings/static_warning_t03: RuntimeError # Please triage th is failure 140 Language/Errors_and_Warnings/static_warning_t03: RuntimeError # Please triage th is failure
141 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # Please triage th is failure 141 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # Please triage th is failure
142 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # Please triage th is failure 142 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # Please triage th is failure
143 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # Please triage th is failure 143 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # Please triage th is failure
144 144
145 [ $runtime == vm && $noopt ] 145 [ ($noopt || $compiler == precompiler) ]
146 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 146 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
147 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 147 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
148 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 148 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
149 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 149 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
150 Language/Mixins/Mixin_Application/error_t01: Pass 150 Language/Mixins/Mixin_Application/error_t01: Pass
151 Language/Mixins/Mixin_Application/error_t02: Pass 151 Language/Mixins/Mixin_Application/error_t02: Pass
152 Language/Mixins/declaring_constructor_t01: Pass 152 Language/Mixins/declaring_constructor_t01: Pass
153 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass 153 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass
154 Language/Metadata/*: Skip # Uses dart:mirrors 154 Language/Metadata/*: Skip # Uses dart:mirrors
155
156 [ $runtime == dart_precompiled ]
157 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri
OLDNEW
« no previous file with comments | « tests/benchmark_smoke/benchmark_smoke.status ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698