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

Side by Side Diff: tests/lib/lib.status

Issue 2541533004: Remove runtime 'dart_app' as it became identical to 'vm'. (Closed)
Patch Set: sync Created 4 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/language/language.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 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding. 202 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding.
203 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding. 203 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding.
204 204
205 205
206 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] 206 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ]
207 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 207 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
208 # implement timer (currently only in js shell) 208 # implement timer (currently only in js shell)
209 209
210 # 'js' tests import the dart:js library, so they only make sense in 210 # 'js' tests import the dart:js library, so they only make sense in
211 # a browser environment. 211 # a browser environment.
212 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 212 [ $runtime == vm || $runtime == dart_precompiled ]
213 js/*: Skip 213 js/*: Skip
214 214
215 # 'js' tests import the dart:js library, so they only make sense in 215 [ $compiler == app_jit ]
216 # a browser environment. 216 mirrors/*: Skip # Issue 27929: Triage
217 [ $runtime == dart_app ]
218 js/*: SkipByDesign
219 mirrors/*: SkipByDesign
220 217
221 [ $compiler == dart2js && $minified ] 218 [ $compiler == dart2js && $minified ]
222 mirrors/mirrors_used_get_name_test: RuntimeError 219 mirrors/mirrors_used_get_name_test: RuntimeError
223 mirrors/mirrors_used_get_name2_test: RuntimeError 220 mirrors/mirrors_used_get_name2_test: RuntimeError
224 221
225 [ $runtime == ff ] 222 [ $runtime == ff ]
226 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 223 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
227 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 224 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
228 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 225 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
229 226
(...skipping 18 matching lines...) Expand all
248 [ $runtime == opera ] 245 [ $runtime == opera ]
249 async/multiple_timer_test: Pass, Fail # Probably issue 14734 246 async/multiple_timer_test: Pass, Fail # Probably issue 14734
250 247
251 [ $runtime == opera && $system == windows] 248 [ $runtime == opera && $system == windows]
252 # TODO(efortuna): Investigate. 249 # TODO(efortuna): Investigate.
253 async/timer_test: Fail, Pass 250 async/timer_test: Fail, Pass
254 251
255 [ $runtime == vm ] 252 [ $runtime == vm ]
256 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeo uts. 253 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeo uts.
257 254
258 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 255 [ $runtime == vm || $runtime == dart_precompiled ]
259 async/timer_not_available_test: Fail, OK 256 async/timer_not_available_test: Fail, OK
260 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 257 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
261 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors. 258 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors.
262 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21 259 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21
263 260
264 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com piler == dart2appjit ] 261 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
265 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 262 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
266 263
267 mirrors/symbol_validation_test: RuntimeError # Issue 13596 264 mirrors/symbol_validation_test: RuntimeError # Issue 13596
268 265
269 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation. 266 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation.
270 267
271 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 268 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
272 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21 269 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21
273 async/schedule_microtask6_test: Fail # Issue 10910 270 async/schedule_microtask6_test: Fail # Issue 10910
274 async/timer_test: Fail, Pass # Issue 15487 271 async/timer_test: Fail, Pass # Issue 15487
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] 321 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
325 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 322 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
326 323
327 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 324 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
328 async/*deferred*: Pass,RuntimeError # Issue 17458 325 async/*deferred*: Pass,RuntimeError # Issue 17458
329 mirrors/*deferred*: Pass,RuntimeError # Issue 17458 326 mirrors/*deferred*: Pass,RuntimeError # Issue 17458
330 327
331 [ $compiler == dart2js && $mode == debug ] 328 [ $compiler == dart2js && $mode == debug ]
332 mirrors/native_class_test: Pass, Slow 329 mirrors/native_class_test: Pass, Slow
333 330
334 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) && $arch == mips ] 331 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ar ch == mips ]
335 async/timer_regress22626_test: Pass, RuntimeError # Issue 22626 332 async/timer_regress22626_test: Pass, RuntimeError # Issue 22626
336 333
337 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ] 334 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ]
338 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 335 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
339 convert/utf85_test: Skip # Pass, Slow Issue 12644. 336 convert/utf85_test: Skip # Pass, Slow Issue 12644.
340 337
341 [ $arch == simarmv5te ] 338 [ $arch == simarmv5te ]
342 mirrors/mirrors_reader_test: Pass, Slow 339 mirrors/mirrors_reader_test: Pass, Slow
343 340
344 [ $compiler == dart2js ] 341 [ $compiler == dart2js ]
345 developer/metrics_num_test: Skip # Because of a int / double type test. 342 developer/metrics_num_test: Skip # Because of a int / double type test.
346 developer/timeline_test: Skip # Not supported 343 developer/timeline_test: Skip # Not supported
347 344
348 [ $mode == product ] 345 [ $mode == product ]
349 developer/timeline_test: Skip # Not supported 346 developer/timeline_test: Skip # Not supported
350 347
351 [ $arch == simarm64 ] 348 [ $arch == simarm64 ]
352 convert/utf85_test: Skip # Pass, Slow Issue 20111. 349 convert/utf85_test: Skip # Pass, Slow Issue 20111.
353 350
354 [ $mode == debug && $arch == ia32 && $system == windows ] 351 [ $mode == debug && $arch == ia32 && $system == windows ]
355 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 352 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
356 353
357 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug && $arch == x64 && $system == windows ] 354 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $arch == x64 && $system == windows ]
358 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 355 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
359 356
360 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv6 && $arch != simarmv5te ] 357 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv6 && $arch != simarmv5te ]
361 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 358 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
362 359
363 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug && $builder_tag == asan ] 360 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ]
364 mirrors/immutable_collections_test: SkipSlow # Timeout. 361 mirrors/immutable_collections_test: SkipSlow # Timeout.
365 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 362 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
366 363
367 [ $compiler == dart2js && $cps_ir ] 364 [ $compiler == dart2js && $cps_ir ]
368 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+= x;}): await for 365 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+= x;}): await for
369 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync* /async* functions 366 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync* /async* functions
370 mirrors/parameter_annotation_mirror_test: Pass, Fail # Issue 25501. Depends on inlining. 367 mirrors/parameter_annotation_mirror_test: Pass, Fail # Issue 25501. Depends on inlining.
371 368
372 [ $compiler == dart2js && $cps_ir && $checked ] 369 [ $compiler == dart2js && $cps_ir && $checked ]
373 *: Skip # Issue 25761 370 *: Skip # Issue 25761
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 407 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
411 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 408 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
412 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 409 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
413 mirrors/load_library_test: Crash # Deferred loading 410 mirrors/load_library_test: Crash # Deferred loading
414 411
415 [ $hot_reload ] 412 [ $hot_reload ]
416 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 413 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
417 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869 414 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869
418 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 415 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
419 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 416 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698