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

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

Issue 1507943002: Add ./tools/test.py -c precompiler -r dart_precompiled. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding. 179 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding.
180 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding. 180 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding.
181 181
182 182
183 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] 183 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ]
184 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 184 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
185 # implement timer (currently only in js shell) 185 # implement timer (currently only in js shell)
186 186
187 # 'js' tests import the dart:js library, so they only make sense in 187 # 'js' tests import the dart:js library, so they only make sense in
188 # a browser environment. 188 # a browser environment.
189 [ $runtime == vm ] 189 [ ($runtime == vm || $runtime == dart_precompiled) ]
190 js/*: Skip 190 js/*: Skip
191 191
192 [ $compiler == dart2js && $minified ] 192 [ $compiler == dart2js && $minified ]
193 mirrors/mirrors_used_get_name_test: RuntimeError 193 mirrors/mirrors_used_get_name_test: RuntimeError
194 mirrors/mirrors_used_get_name2_test: RuntimeError 194 mirrors/mirrors_used_get_name2_test: RuntimeError
195 195
196 [ $runtime == ff ] 196 [ $runtime == ff ]
197 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 197 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
198 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 198 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
199 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 199 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
(...skipping 16 matching lines...) Expand all
216 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 216 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533
217 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 217 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275
218 218
219 [ $runtime == opera ] 219 [ $runtime == opera ]
220 async/multiple_timer_test: Pass, Fail # Probably issue 14734 220 async/multiple_timer_test: Pass, Fail # Probably issue 14734
221 221
222 [ $runtime == opera && $system == windows] 222 [ $runtime == opera && $system == windows]
223 # TODO(efortuna): Investigate. 223 # TODO(efortuna): Investigate.
224 async/timer_test: Fail, Pass 224 async/timer_test: Fail, Pass
225 225
226 [ $runtime == vm ] 226 [ ($runtime == vm || $runtime == dart_precompiled) ]
227 async/timer_not_available_test: Fail, OK 227 async/timer_not_available_test: Fail, OK
228 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 228 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
229 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors. 229 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors.
230 230
231 [ $compiler == none ] 231 [ ($compiler == none || $compiler == precompiler) ]
232 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 232 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
233 233
234 mirrors/symbol_validation_test: RuntimeError # Issue 13596 234 mirrors/symbol_validation_test: RuntimeError # Issue 13596
235 235
236 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. 236 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.
237 237
238 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ] 238 [ ($compiler == none || $compiler == precompiler) && ( $runtime == drt || $runti me == dartium || $runtime == ContentShellOnAndroid) ]
239 async/schedule_microtask6_test: Fail # Issue 10910 239 async/schedule_microtask6_test: Fail # Issue 10910
240 async/timer_test: Fail, Pass # Issue 15487 240 async/timer_test: Fail, Pass # Issue 15487
241 async/multiple_timer_test: Fail, Pass # Issue 15487 241 async/multiple_timer_test: Fail, Pass # Issue 15487
242 async/stream_periodic3_test: Fail, Pass # Issue 15487 242 async/stream_periodic3_test: Fail, Pass # Issue 15487
243 async/timer_isActive_test: Fail, Pass # Issue 22352 243 async/timer_isActive_test: Fail, Pass # Issue 22352
244 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles. 244 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles.
245 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus t timeout and waste bot cycles. 245 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus t timeout and waste bot cycles.
246 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. 246 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io.
247 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. 247 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction.
248 mirrors/local_isolate_test: RuntimeError # Issue 12188 248 mirrors/local_isolate_test: RuntimeError # Issue 12188
249 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue 22072 249 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue 22072
250 250
251 [ $compiler == none && $runtime == drt && $system == windows ] 251 [ ($compiler == none || $compiler == precompiler) && $runtime == drt && $system == windows ]
252 async/multiple_timer_test: Fail, Pass # See Issue 10982 252 async/multiple_timer_test: Fail, Pass # See Issue 10982
253 async/timer_test: Fail, Pass # See Issue 10982 253 async/timer_test: Fail, Pass # See Issue 10982
254 254
255 [ $compiler == none && $runtime == drt && $checked ] 255 [ ($compiler == none || $compiler == precompiler) && $runtime == drt && $checked ]
256 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460 256 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460
257 257
258 [$compiler == none && $runtime == ContentShellOnAndroid ] 258 [($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnAn droid ]
259 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 259 async/stream_timeout_test: RuntimeError, Pass # Issue 19127
260 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 260 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956
261 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 261 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956
262 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is sue 19127 262 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is sue 19127
263 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is sue 19127 263 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is sue 19127
264 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 264 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127
265 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 265 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127
266 266
267 [ $compiler == dart2js && $runtime == safarimobilesim ] 267 [ $compiler == dart2js && $runtime == safarimobilesim ]
268 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. 268 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806.
(...skipping 26 matching lines...) Expand all
295 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] 295 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
296 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 296 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
297 297
298 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 298 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
299 async/*deferred*: Skip # Issue 17458 299 async/*deferred*: Skip # Issue 17458
300 mirrors/*deferred*: Skip # Issue 17458 300 mirrors/*deferred*: Skip # Issue 17458
301 301
302 [ $compiler == dart2js && $mode == debug ] 302 [ $compiler == dart2js && $mode == debug ]
303 mirrors/native_class_test: Pass, Slow 303 mirrors/native_class_test: Pass, Slow
304 304
305 [ $compiler == none && $arch == mips ] 305 [ ($compiler == none || $compiler == precompiler) && $arch == mips ]
306 async/timer_regress22626_test: Pass, RuntimeError # Issue 22626 306 async/timer_regress22626_test: Pass, RuntimeError # Issue 22626
307 307
308 [ $arch == simarm || $arch == simarmv5te ] 308 [ $arch == simarm || $arch == simarmv5te ]
309 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 309 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
310 convert/utf85_test: Skip # Pass, Slow Issue 12644. 310 convert/utf85_test: Skip # Pass, Slow Issue 12644.
311 311
312 [ $arch == simarmv5te ] 312 [ $arch == simarmv5te ]
313 mirrors/mirrors_reader_test: Pass, Slow 313 mirrors/mirrors_reader_test: Pass, Slow
314 314
315 [ $compiler == dart2js ] 315 [ $compiler == dart2js ]
316 developer/metrics_num_test: Skip # Because of a int / double type test. 316 developer/metrics_num_test: Skip # Because of a int / double type test.
317 developer/timeline_test: Skip # Not supported 317 developer/timeline_test: Skip # Not supported
318 318
319 [ $arch == simarm64 ] 319 [ $arch == simarm64 ]
320 convert/utf85_test: Skip # Pass, Slow Issue 20111. 320 convert/utf85_test: Skip # Pass, Slow Issue 20111.
321 321
322 [ $mode == debug && $arch == ia32 && $system == windows ] 322 [ $mode == debug && $arch == ia32 && $system == windows ]
323 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 323 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
324 324
325 [ $runtime == vm && $mode == debug && $arch == x64 && $system == windows ] 325 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $arch == x64 && $system == windows ]
326 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 326 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
327 327
328 [ $runtime == vm && $mode == release && $arch == ia32 && $system == windows ] 328 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == release && $arch == ia32 && $system == windows ]
329 convert/json_test: RuntimeError # Issue 24908 329 convert/json_test: RuntimeError # Issue 24908
330 330
331 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te ] 331 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te ]
332 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 332 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
333 333
334 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 334 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ]
335 mirrors/immutable_collections_test: SkipSlow # Timeout. 335 mirrors/immutable_collections_test: SkipSlow # Timeout.
336 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 336 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
337 337
338 [ $compiler == dart2js && $cps_ir ] 338 [ $compiler == dart2js && $cps_ir ]
339 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+= x;}): await for 339 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+= x;}): await for
340 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync* /async* functions 340 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync* /async* functions
341 mirrors/deferred_mirrors_metadata_test: RuntimeError # U.loadLibrary is not a fu nction 341 mirrors/deferred_mirrors_metadata_test: RuntimeError # U.loadLibrary is not a fu nction
342 mirrors/deferred_mirrors_metatarget_test: RuntimeError # X.loadLibrary is not a function 342 mirrors/deferred_mirrors_metatarget_test: RuntimeError # X.loadLibrary is not a function
343 mirrors/deferred_mirrors_update_test: RuntimeError # U.loadLibrary is not a func tion 343 mirrors/deferred_mirrors_update_test: RuntimeError # U.loadLibrary is not a func tion
344 mirrors/library_enumeration_deferred_loading_test: RuntimeError # L.loadLibrary is not a function 344 mirrors/library_enumeration_deferred_loading_test: RuntimeError # L.loadLibrary is not a function
345 mirrors/symbol_validation_test/none: RuntimeError # Please triage this failure. 345 mirrors/symbol_validation_test/none: RuntimeError # Please triage this failure.
346 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction 346 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction
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 ] 357 [ ($noopt || $compiler == precompiler) ]
358 mirrors/*: SkipByDesign 358 mirrors/*: SkipByDesign
359 convert/chunked_conversion_utf88_test: Pass, Timeout 359 convert/chunked_conversion_utf88_test: Pass, Timeout
360 convert/utf85_test: Pass, Timeout 360 convert/utf85_test: Pass, Timeout
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698