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

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

Issue 3008683002: Mark pcre_test slow in dart2js_with_kernel too (Closed)
Patch Set: Created 3 years, 3 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 | « 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. 5 # All static_tests have expected compile-time errors.
6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
7 core_runtime_types_static_test: MissingCompileTimeError 7 core_runtime_types_static_test: MissingCompileTimeError
8 splay_tree_test/01: MissingCompileTimeError 8 splay_tree_test/01: MissingCompileTimeError
9 splay_tree_test/02: MissingCompileTimeError 9 splay_tree_test/02: MissingCompileTimeError
10 string_base_vm_static_test: MissingCompileTimeError 10 string_base_vm_static_test: MissingCompileTimeError
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 symbol_reserved_word_test/09: RuntimeError # Issue 27394 405 symbol_reserved_word_test/09: RuntimeError # Issue 27394
406 symbol_reserved_word_test/12: RuntimeError # Issue 27394 406 symbol_reserved_word_test/12: RuntimeError # Issue 27394
407 symbol_test/none: RuntimeError # Issue 27394 407 symbol_test/none: RuntimeError # Issue 27394
408 408
409 [ $compiler == none && $runtime == vm ] 409 [ $compiler == none && $runtime == vm ]
410 string_static_test: MissingCompileTimeError 410 string_static_test: MissingCompileTimeError
411 411
412 [ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel] 412 [ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel]
413 error_stack_trace1_test: RuntimeError # Issue 12399 413 error_stack_trace1_test: RuntimeError # Issue 12399
414 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed. 414 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed.
415
416 [ $compiler == dart2js && $runtime != none ]
415 regexp/pcre_test: Pass, Slow # Issue 21593 417 regexp/pcre_test: Pass, Slow # Issue 21593
416 418
417 [ !$checked && (($compiler == none && $runtime == vm) || $compiler == dart2js) ] 419 [ !$checked && (($compiler == none && $runtime == vm) || $compiler == dart2js) ]
418 from_environment_const_type_test/02: MissingCompileTimeError 420 from_environment_const_type_test/02: MissingCompileTimeError
419 from_environment_const_type_test/03: MissingCompileTimeError 421 from_environment_const_type_test/03: MissingCompileTimeError
420 from_environment_const_type_test/04: MissingCompileTimeError 422 from_environment_const_type_test/04: MissingCompileTimeError
421 from_environment_const_type_test/06: MissingCompileTimeError 423 from_environment_const_type_test/06: MissingCompileTimeError
422 from_environment_const_type_test/07: MissingCompileTimeError 424 from_environment_const_type_test/07: MissingCompileTimeError
423 from_environment_const_type_test/08: MissingCompileTimeError 425 from_environment_const_type_test/08: MissingCompileTimeError
424 from_environment_const_type_test/09: MissingCompileTimeError 426 from_environment_const_type_test/09: MissingCompileTimeError
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 966
965 [ $compiler == dart2analyzer && $strong && !$checked ] 967 [ $compiler == dart2analyzer && $strong && !$checked ]
966 iterable_fold_test/01: CompileTimeError 968 iterable_fold_test/01: CompileTimeError
967 969
968 [ $runtime == dart_precompiled && $minified ] 970 [ $runtime == dart_precompiled && $minified ]
969 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper 971 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper
970 error_stack_trace1_test: Skip # Expects unobfuscated stack trace 972 error_stack_trace1_test: Skip # Expects unobfuscated stack trace
971 973
972 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ] 974 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ]
973 list_concurrent_modify_test: Crash # Issue 30559 975 list_concurrent_modify_test: Crash # Issue 30559
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