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

Side by Side Diff: tests/lib/lib.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/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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding. 178 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding.
179 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding. 179 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding.
180 180
181 181
182 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] 182 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ]
183 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 183 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
184 # implement timer (currently only in js shell) 184 # implement timer (currently only in js shell)
185 185
186 # 'js' tests import the dart:js library, so they only make sense in 186 # 'js' tests import the dart:js library, so they only make sense in
187 # a browser environment. 187 # a browser environment.
188 [ ($runtime == vm || $runtime == dart_precompiled) ] 188 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
189 js/*: Skip 189 js/*: Skip
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 == dart_product ] 193 [ $runtime == dart_product ]
194 js/*: SkipByDesign 194 js/*: SkipByDesign
195 mirrors/*: SkipByDesign 195 mirrors/*: SkipByDesign
196 196
197 [ $compiler == dart2js && $minified ] 197 [ $compiler == dart2js && $minified ]
198 mirrors/mirrors_used_get_name_test: RuntimeError 198 mirrors/mirrors_used_get_name_test: RuntimeError
(...skipping 22 matching lines...) Expand all
221 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 221 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533
222 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 222 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275
223 223
224 [ $runtime == opera ] 224 [ $runtime == opera ]
225 async/multiple_timer_test: Pass, Fail # Probably issue 14734 225 async/multiple_timer_test: Pass, Fail # Probably issue 14734
226 226
227 [ $runtime == opera && $system == windows] 227 [ $runtime == opera && $system == windows]
228 # TODO(efortuna): Investigate. 228 # TODO(efortuna): Investigate.
229 async/timer_test: Fail, Pass 229 async/timer_test: Fail, Pass
230 230
231 [ ($runtime == vm || $runtime == dart_precompiled) ] 231 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
232 async/timer_not_available_test: Fail, OK 232 async/timer_not_available_test: Fail, OK
233 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 233 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
234 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors. 234 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors.
235 235
236 [ ($compiler == none || $compiler == precompiler) ] 236 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ]
237 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 237 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
238 238
239 mirrors/symbol_validation_test: RuntimeError # Issue 13596 239 mirrors/symbol_validation_test: RuntimeError # Issue 13596
240 240
241 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. 241 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.
242 242
243 [ ($compiler == none || $compiler == precompiler) && ( $runtime == drt || $runti me == dartium || $runtime == ContentShellOnAndroid) ] 243 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ]
244 async/schedule_microtask6_test: Fail # Issue 10910 244 async/schedule_microtask6_test: Fail # Issue 10910
245 async/timer_test: Fail, Pass # Issue 15487 245 async/timer_test: Fail, Pass # Issue 15487
246 async/multiple_timer_test: Fail, Pass # Issue 15487 246 async/multiple_timer_test: Fail, Pass # Issue 15487
247 async/stream_periodic3_test: Fail, Pass # Issue 15487 247 async/stream_periodic3_test: Fail, Pass # Issue 15487
248 async/timer_isActive_test: Fail, Pass # Issue 22352 248 async/timer_isActive_test: Fail, Pass # Issue 22352
249 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles. 249 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles.
250 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus t timeout and waste bot cycles. 250 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus t timeout and waste bot cycles.
251 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. 251 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io.
252 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. 252 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction.
253 mirrors/local_isolate_test: RuntimeError # Issue 12188 253 mirrors/local_isolate_test: RuntimeError # Issue 12188
254 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue 22072 254 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue 22072
255 255
256 [ ($compiler == none || $compiler == precompiler) && $runtime == drt && $system == windows ] 256 [ $compiler == none && $runtime == drt && $system == windows ]
257 async/multiple_timer_test: Fail, Pass # See Issue 10982 257 async/multiple_timer_test: Fail, Pass # See Issue 10982
258 async/timer_test: Fail, Pass # See Issue 10982 258 async/timer_test: Fail, Pass # See Issue 10982
259 259
260 [ ($compiler == none || $compiler == precompiler) && $runtime == drt && $checked ] 260 [ $compiler == none && $runtime == drt && $checked ]
261 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460 261 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460
262 262
263 [($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnAn droid ] 263 [ $compiler == none && $runtime == ContentShellOnAndroid ]
264 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 264 async/stream_timeout_test: RuntimeError, Pass # Issue 19127
265 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 265 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956
266 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 266 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956
267 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is sue 19127 267 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is sue 19127
268 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is sue 19127 268 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is sue 19127
269 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 269 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127
270 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 270 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127
271 271
272 [ $compiler == dart2js && $runtime == safarimobilesim ] 272 [ $compiler == dart2js && $runtime == safarimobilesim ]
273 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. 273 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806.
(...skipping 26 matching lines...) Expand all
300 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] 300 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
301 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 301 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
302 302
303 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 303 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
304 async/*deferred*: Skip # Issue 17458 304 async/*deferred*: Skip # Issue 17458
305 mirrors/*deferred*: Skip # Issue 17458 305 mirrors/*deferred*: Skip # Issue 17458
306 306
307 [ $compiler == dart2js && $mode == debug ] 307 [ $compiler == dart2js && $mode == debug ]
308 mirrors/native_class_test: Pass, Slow 308 mirrors/native_class_test: Pass, Slow
309 309
310 [ ($compiler == none || $compiler == precompiler) && $arch == mips ] 310 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $a rch == mips ]
311 async/timer_regress22626_test: Pass, RuntimeError # Issue 22626 311 async/timer_regress22626_test: Pass, RuntimeError # Issue 22626
312 312
313 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ] 313 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ]
314 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 314 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
315 convert/utf85_test: Skip # Pass, Slow Issue 12644. 315 convert/utf85_test: Skip # Pass, Slow Issue 12644.
316 316
317 [ $arch == simarmv5te ] 317 [ $arch == simarmv5te ]
318 mirrors/mirrors_reader_test: Pass, Slow 318 mirrors/mirrors_reader_test: Pass, Slow
319 319
320 [ $compiler == dart2js ] 320 [ $compiler == dart2js ]
321 developer/metrics_num_test: Skip # Because of a int / double type test. 321 developer/metrics_num_test: Skip # Because of a int / double type test.
322 developer/timeline_test: Skip # Not supported 322 developer/timeline_test: Skip # Not supported
323 323
324 [ $arch == simarm64 ] 324 [ $arch == simarm64 ]
325 convert/utf85_test: Skip # Pass, Slow Issue 20111. 325 convert/utf85_test: Skip # Pass, Slow Issue 20111.
326 326
327 [ $mode == debug && $arch == ia32 && $system == windows ] 327 [ $mode == debug && $arch == ia32 && $system == windows ]
328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
329 329
330 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $arch == x64 && $system == windows ] 330 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $mode == debug && $arch == x64 && $system == windows ]
331 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 331 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
332 332
333 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == release && $arch == ia32 && $system == windows ] 333 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $mode == release && $arch == ia32 && $system == windows ]
334 convert/json_test: RuntimeError # Issue 24908 334 convert/json_test: RuntimeError # Issue 24908
335 335
336 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv6 && $arch != simarmv5te ] 336 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv6 && $arch != simarmv5te ]
337 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 337 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
338 338
339 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ] 339 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $mode == debug && $builder_tag == asan ]
340 mirrors/immutable_collections_test: SkipSlow # Timeout. 340 mirrors/immutable_collections_test: SkipSlow # Timeout.
341 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 341 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
342 342
343 [ $compiler == dart2js && $cps_ir ] 343 [ $compiler == dart2js && $cps_ir ]
344 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+= x;}): await for 344 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+= x;}): await for
345 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync* /async* functions 345 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync* /async* functions
346 mirrors/parameter_annotation_mirror_test: Pass, Fail # Issue 25501. Depends on inlining. 346 mirrors/parameter_annotation_mirror_test: Pass, Fail # Issue 25501. Depends on inlining.
347 347
348 [ $compiler == dart2js && $cps_ir && $host_checked ] 348 [ $compiler == dart2js && $cps_ir && $host_checked ]
349 mirrors/circular_factory_redirection_test/02: Crash # Assertion failure: Constan t constructor already computed for generative_constructor(A#circular2) 349 mirrors/circular_factory_redirection_test/02: Crash # Assertion failure: Constan t constructor already computed for generative_constructor(A#circular2)
350 mirrors/mirrors_used_typedef_declaration_test/01: Crash # Assertion failure: typ edef(Foo) has not been checked for cycles. 350 mirrors/mirrors_used_typedef_declaration_test/01: Crash # Assertion failure: typ edef(Foo) has not been checked for cycles.
351 mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: t ypedef(Foo) has not been checked for cycles. 351 mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: t ypedef(Foo) has not been checked for cycles.
352 mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been checked for cycles. 352 mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been checked for cycles.
353 353
354 [ $compiler != dart2js ] 354 [ $compiler != dart2js ]
355 async/dart2js_uncaught_error_test: Skip # JS-integration only test 355 async/dart2js_uncaught_error_test: Skip # JS-integration only test
356 356
357 [ $noopt && $arch == simarm64 ] 357 [ $noopt && $arch == simarm64 ]
358 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726 358 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726
359 359
360 [ ($noopt || $compiler == precompiler) ] 360 [ ($noopt || $compiler == precompiler) ]
361 mirrors/*: SkipByDesign 361 mirrors/*: SkipByDesign
362 convert/chunked_conversion_utf88_test: Pass, Timeout 362 convert/chunked_conversion_utf88_test: Pass, Timeout
363 convert/utf85_test: Pass, Timeout 363 convert/utf85_test: Pass, Timeout
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