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

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

Issue 1688423002: Fix status files to account for dart_product runtime. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: code-review-comments Created 4 years, 10 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/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 || $compiler == precompiler) && (($runtime == vm || $runtim e == dart_precompiled) || $runtime == dartium || $runtime == ContentShellOnAndro id) ] 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
7 7
8 # Failures ok in tests below. VM moves super initializer to end of list. 8 # Failures ok in tests below. VM moves super initializer to end of list.
9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK
11 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK 11 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK
12 12
13 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200 13 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200
14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200 14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200
15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200
16 16
(...skipping 19 matching lines...) Expand all
36 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974 36 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974
37 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617 37 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617
38 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974 38 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974
39 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974 39 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974
40 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974 40 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974
41 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617 41 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
42 42
43 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 43 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596
44 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 44 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596
45 45
46 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] 46 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
47 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 47 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599
48 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 48 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599
49 Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileT imeError # Issue 22007 49 Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileT imeError # Issue 22007
50 Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileT imeError # Issue 22007 50 Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileT imeError # Issue 22007
51 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors: 51 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors:
52 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail 52 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
53 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail 53 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
54 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail 54 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
55
56 [ ($runtime == vm || $runtime == dart_precompiled) ]
57 LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01: Pass, Runtime Error # co19-roll r607: Please triage this failure 55 LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01: Pass, Runtime Error # co19-roll r607: Please triage this failure
58 56
59 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $mode == debug ] 57 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $mode == debug ]
60 LibTest/core/List/List_class_A01_t02: Pass, Slow 58 LibTest/core/List/List_class_A01_t02: Pass, Slow
61 59
62 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch != simarm64) ] 60 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & ($arch != x64 && $arch != simarm64) ]
63 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 61 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
64 62
65 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips ] 63 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == mips ]
66 LibTest/core/double/toInt_A01_t01: Fail 64 LibTest/core/double/toInt_A01_t01: Fail
67 # These tests take too much memory (300 MB) for our 1 GB test machine. 65 # These tests take too much memory (300 MB) for our 1 GB test machine.
68 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 66 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673
69 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 67 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673
70 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 68 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673
71 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 69 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673
72 70
73 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ] 71 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == mips && $mode == debug ]
74 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440 72 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440
75 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440 73 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440
76 74
77 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch == simarmv6 || $arch == simar mv5te || $arch == simmips || $arch == simarm64) ] 75 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & ($arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmi ps || $arch == simarm64) ]
78 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout 76 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout
79 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout 77 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout
80 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout 78 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout
81 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout 79 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout
82 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout 80 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout
83 81
84 [ ($compiler == none || $compiler == precompiler) && $system == windows ] 82 [ $system == windows ]
85 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow 83 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow
86 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow 84 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow
87 85
88 [ ($runtime == vm || $runtime == dart_precompiled) ] 86 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
89 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 87 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667
90 LibTest/html/*: SkipByDesign # dart:html not supported on VM. 88 LibTest/html/*: SkipByDesign # dart:html not supported on VM.
91 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. 89 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM.
92 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. 90 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM.
93 91
94 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ] 92 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $mode == debug && $builder_tag == asan ]
95 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. 93 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174.
96 94
97 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == arm ] 95 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == arm ]
98 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416 96 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416
99 97
100 [ ($runtime == vm || $runtime == dart_precompiled) ] 98 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
101 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) 99 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0)
102 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail ure 100 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail ure
103 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail ure 101 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail ure
104 Language/Classes/Setters/syntax_t04: RuntimeError # Please triage this failure 102 Language/Classes/Setters/syntax_t04: RuntimeError # Please triage this failure
105 Language/Classes/Setters/type_object_t01: RuntimeError # Please triage this fail ure 103 Language/Classes/Setters/type_object_t01: RuntimeError # Please triage this fail ure
106 Language/Classes/Setters/type_object_t02: RuntimeError # Please triage this fail ure 104 Language/Classes/Setters/type_object_t02: RuntimeError # Please triage this fail ure
107 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Please triage th is failure 105 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Please triage th is failure
108 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Please triage th is failure 106 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Please triage th is failure
109 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: MissingCompileTimeError # Please triage this failure 107 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: MissingCompileTimeError # Please triage this failure
110 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: MissingCompileTimeError # Please triage this failure 108 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: MissingCompileTimeError # Please triage this failure
(...skipping 17 matching lines...) Expand all
128 Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # Please triage thi s failure 126 Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # Please triage thi s failure
129 Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # Please triage thi s failure 127 Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # Please triage thi s failure
130 Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # Please triage thi s failure 128 Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # Please triage thi s failure
131 Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # Please triage thi s failure 129 Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # Please triage thi s failure
132 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Please tr iage this failure 130 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Please tr iage this failure
133 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # Please tr iage this failure 131 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # Please tr iage this failure
134 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # Please tria ge this failure 132 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # Please tria ge this failure
135 Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # Please tria ge this failure 133 Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # Please tria ge this failure
136 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # Please triage this failure 134 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # Please triage this failure
137 135
138 [ ($runtime == vm || $runtime == dart_precompiled) && $checked ] 136 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $checked ]
139 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # Please triage th is failure 137 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # Please triage th is failure
140 Language/Errors_and_Warnings/static_warning_t02: RuntimeError # Please triage th is failure 138 Language/Errors_and_Warnings/static_warning_t02: RuntimeError # Please triage th is failure
141 Language/Errors_and_Warnings/static_warning_t03: RuntimeError # Please triage th is failure 139 Language/Errors_and_Warnings/static_warning_t03: RuntimeError # Please triage th is failure
142 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # Please triage th is failure 140 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # Please triage th is failure
143 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # Please triage th is failure 141 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # Please triage th is failure
144 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # Please triage th is failure 142 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # Please triage th is failure
145 143
146 [ ($noopt || $compiler == precompiler) ] 144 [ ($noopt || $compiler == precompiler) ]
147 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 145 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
148 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 146 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
149 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 147 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
150 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 148 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
151 Language/Mixins/Mixin_Application/error_t01: Pass 149 Language/Mixins/Mixin_Application/error_t01: Pass
152 Language/Mixins/Mixin_Application/error_t02: Pass 150 Language/Mixins/Mixin_Application/error_t02: Pass
153 Language/Mixins/declaring_constructor_t01: Pass 151 Language/Mixins/declaring_constructor_t01: Pass
154 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass 152 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass
155 Language/Metadata/*: Skip # Uses dart:mirrors 153 Language/Metadata/*: Skip # Uses dart:mirrors
156 154
157 [ $runtime == dart_precompiled ] 155 [ $runtime == dart_precompiled || $runtime == dart_product ]
158 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri 156 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