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/lib/lib.status

Issue 1126363003: Remove dart2dart support from testing scripts and status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address comments Created 5 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/standalone/standalone.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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 186
187 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] 187 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ]
188 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 188 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
189 # implement timer (currently only in js shell) 189 # implement timer (currently only in js shell)
190 190
191 # 'js' tests import the dart:js library, so they only make sense in 191 # 'js' tests import the dart:js library, so they only make sense in
192 # a browser environment. 192 # a browser environment.
193 [ $runtime == vm ] 193 [ $runtime == vm ]
194 js/*: Skip 194 js/*: Skip
195 195
196 [ $compiler == dart2dart ]
197 mirrors/*: Skip # Issue 11511
198 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910
199
200 [ $compiler == dart2dart && $minified ]
201 convert/json_lib_test: Fail # Issue 10961
202
203 [ $compiler == dart2js && $minified ] 196 [ $compiler == dart2js && $minified ]
204 mirrors/mirrors_used_get_name_test: RuntimeError 197 mirrors/mirrors_used_get_name_test: RuntimeError
205 mirrors/mirrors_used_get_name2_test: RuntimeError 198 mirrors/mirrors_used_get_name2_test: RuntimeError
206 199
207 [ $runtime == ff ] 200 [ $runtime == ff ]
208 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 201 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
209 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 202 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
210 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 203 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
211 204
212 [ $runtime == chrome && $system == macos ] 205 [ $runtime == chrome && $system == macos ]
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 262 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956
270 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 263 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956
271 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is sue 19127 264 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is sue 19127
272 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is sue 19127 265 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is sue 19127
273 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 266 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127
274 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 267 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127
275 268
276 [ $compiler == dart2js && $runtime == safarimobilesim ] 269 [ $compiler == dart2js && $runtime == safarimobilesim ]
277 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. 270 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806.
278 271
279 [ $compiler == dart2dart ]
280 # Deferred loading is not supported by dart2dart.
281 async/deferred/deferred_in_isolate_test: Skip # Issue 17523
282
283 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 272 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
284 # Dart vm does not support spawn from a dom-enabled isolate. 273 # Dart vm does not support spawn from a dom-enabled isolate.
285 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209 274 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209
286 275
287 [ $compiler == dart2js && $runtime == jsshell ] 276 [ $compiler == dart2js && $runtime == jsshell ]
288 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate. 277 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate.
289 278
290 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 279 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
291 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue 280 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue
292 281
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 836 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
848 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 837 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
849 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 838 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
850 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 839 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
851 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 840 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
852 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator 841 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
853 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 842 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
854 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 843 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
855 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator 844 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
856 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 845 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698