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

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

Issue 2990683003: Readded files that were accidentally removed. (Closed)
Patch Set: Created 3 years, 5 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
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 string_base_vm_static_test: MissingCompileTimeError 8 string_base_vm_static_test: MissingCompileTimeError
9 string_replace_static_test: MissingCompileTimeError 9 string_replace_static_test: MissingCompileTimeError
10 string_static_test: MissingCompileTimeError 10 string_static_test: MissingCompileTimeError
(...skipping 13 matching lines...) Expand all
24 [ $compiler == dart2analyzer && !$strong ] 24 [ $compiler == dart2analyzer && !$strong ]
25 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245 25 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245
26 symbol_test/04: MissingCompileTimeError # Issue 30245 26 symbol_test/04: MissingCompileTimeError # Issue 30245
27 27
28 [ $compiler == dart2js && $fast_startup ] 28 [ $compiler == dart2js && $fast_startup ]
29 apply3_test: Fail # mirrors not supported 29 apply3_test: Fail # mirrors not supported
30 30
31 [ $compiler == precompiler ] 31 [ $compiler == precompiler ]
32 apply3_test: SkipByDesign 32 apply3_test: SkipByDesign
33 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify 33 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
34 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
34 35
35 [ $compiler == dartdevc && $runtime != none ] 36 [ $compiler == dartdevc && $runtime != none ]
36 apply2_test: RuntimeError # Issue 29921 37 apply2_test: RuntimeError # Issue 29921
37 apply3_test: RuntimeError # Issue 29921 38 apply3_test: RuntimeError # Issue 29921
38 big_integer_arith_vm_test: RuntimeError # Issue 30170 39 big_integer_arith_vm_test: RuntimeError # Issue 30170
39 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 40 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
40 const_list_literal_test: RuntimeError # Issue 29921 41 const_list_literal_test: RuntimeError # Issue 29921
41 const_list_remove_range_test: RuntimeError # Issue 29921 42 const_list_remove_range_test: RuntimeError # Issue 29921
42 const_list_set_range_test: RuntimeError # Issue 29921 43 const_list_set_range_test: RuntimeError # Issue 29921
43 compare_to2_test: RuntimeError # Issue 30170 44 compare_to2_test: RuntimeError # Issue 30170
44 date_time10_test: RuntimeError # Issue 29921 45 date_time10_test: RuntimeError # Issue 29921
46 regexp/regress-regexp-codeflush_test: RuntimeError # Issue 29921
47 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921
48 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921
49 regexp/results-cache_test: RuntimeError # Issue 29921
50 regexp/stack-overflow2_test: RuntimeError # Issue 29921
51 regexp/stack-overflow_test: RuntimeError # Issue 29921
52 regexp/unicode-handling_test: RuntimeError # Issue 29921
53 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921
45 string_operations_with_null_test: RuntimeError # Issue 29921 54 string_operations_with_null_test: RuntimeError # Issue 29921
46 symbol_operator_test: RuntimeError # Issue 29921 55 symbol_operator_test: RuntimeError # Issue 29921
47 symbol_operator_test/03: RuntimeError # Issue 29921 56 symbol_operator_test/03: RuntimeError # Issue 29921
48 symbol_test/none: RuntimeError # Issue 29921 57 symbol_test/none: RuntimeError # Issue 29921
49 symbol_reserved_word_test/06: RuntimeError # Issue 29921 58 symbol_reserved_word_test/06: RuntimeError # Issue 29921
50 symbol_reserved_word_test/09: RuntimeError # Issue 29921 59 symbol_reserved_word_test/09: RuntimeError # Issue 29921
51 symbol_reserved_word_test/12: RuntimeError # Issue 29921 60 symbol_reserved_word_test/12: RuntimeError # Issue 29921
52 61
53 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] 62 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ]
54 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 63 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 symbol_reserved_word_test/03: Crash 363 symbol_reserved_word_test/03: Crash
355 symbol_reserved_word_test/05: Crash 364 symbol_reserved_word_test/05: Crash
356 throw_half_surrogate_pair_test/01: Crash 365 throw_half_surrogate_pair_test/01: Crash
357 throw_half_surrogate_pair_test/02: Crash 366 throw_half_surrogate_pair_test/02: Crash
358 toInt_test: Crash 367 toInt_test: Crash
359 type_hashcode_test: Crash 368 type_hashcode_test: Crash
360 unicode_test: Crash 369 unicode_test: Crash
361 370
362 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] 371 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
363 *: Skip # Issue 29626 372 *: Skip # Issue 29626
373
374 [$arch == simdbc || $arch == simdbc64]
375 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
OLDNEW
« no previous file with comments | « tests/corelib/regexp/zero-length-alternatives_test.dart ('k') | tests/corelib_2/regexp/regress-regexp-codeflush_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698