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

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

Issue 1457733003: Update co19 status for noopt. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | 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 5
6 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == Con tentShellOnAndroid) ] 6 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == Con tentShellOnAndroid) ]
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
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 LibTest/html/*: SkipByDesign # dart:html not supported on VM. 80 LibTest/html/*: SkipByDesign # dart:html not supported on VM.
81 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. 81 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM.
82 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. 82 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM.
83 83
84 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 84 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
85 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. 85 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174.
86 86
87 [ $runtime == vm && $arch == arm ] 87 [ $runtime == vm && $arch == arm ]
88 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416 88 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416
89 89
90 [ $runtime == vm && $noopt ]
91 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
92 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
93 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
94 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
95
96 [ $runtime == vm ] 90 [ $runtime == vm ]
97 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) 91 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0)
98 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 01: MissingCompileTimeError # Please triage this failure 92 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 01: MissingCompileTimeError # Please triage this failure
99 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 02: MissingCompileTimeError # Please triage this failure 93 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 02: MissingCompileTimeError # Please triage this failure
100 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError # Please triage this failure 94 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError # Please triage this failure
101 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass _t01: MissingCompileTimeError # Please triage this failure 95 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass _t01: MissingCompileTimeError # Please triage this failure
102 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass _t02: MissingCompileTimeError # Please triage this failure 96 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass _t02: MissingCompileTimeError # Please triage this failure
103 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail ure 97 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail ure
104 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail ure 98 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail ure
105 Language/Classes/Setters/syntax_t04: RuntimeError # Please triage this failure 99 Language/Classes/Setters/syntax_t04: RuntimeError # Please triage this failure
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 Language/Mixins/Mixin_Application/wrong_type_t02: Crash # Please triage this fai lure 134 Language/Mixins/Mixin_Application/wrong_type_t02: Crash # Please triage this fai lure
141 135
142 [ $runtime == vm && $checked ] 136 [ $runtime == vm && $checked ]
143 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
144 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
145 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
146 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
147 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
148 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
149 143
144 [ $runtime == vm && $noopt ]
145 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
146 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
147 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
148 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
149 Language/Mixins/Mixin_Application/error_t01: Pass
150 Language/Mixins/Mixin_Application/error_t02: Pass
151 Language/Mixins/declaring_constructor_t01: Pass
152 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass
153 Language/Metadata/*: Skip # Uses dart:mirrors
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698