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

Side by Side Diff: tests/corelib/corelib.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 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 5 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
11 int_from_environment3_test: Skip 11 int_from_environment3_test: Skip
12 int_from_environment_test: Skip 12 int_from_environment_test: Skip
13 string_from_environment2_test: Skip 13 string_from_environment2_test: Skip
14 string_from_environment3_test: Skip 14 string_from_environment3_test: Skip
15 string_from_environment_test: Skip 15 string_from_environment_test: Skip
16 16
17 [ $compiler == none ] 17 [ ($compiler == none || $compiler == precompiler) ]
18 unicode_test: Fail # Bug 6706 18 unicode_test: Fail # Bug 6706
19 compare_to2_test: Fail # Bug 4018 19 compare_to2_test: Fail # Bug 4018
20 20
21 symbol_test/01: Fail, Pass # bug 11669 21 symbol_test/01: Fail, Pass # bug 11669
22 22
23 # #void should be a valid symbol. 23 # #void should be a valid symbol.
24 [ $compiler == none || $compiler == dart2js ] 24 [ ($compiler == none || $compiler == precompiler) || $compiler == dart2js ]
25 symbol_reserved_word_test/02: CompileTimeError # bug 20191 25 symbol_reserved_word_test/02: CompileTimeError # bug 20191
26 symbol_reserved_word_test/05: CompileTimeError # bug 20191 26 symbol_reserved_word_test/05: CompileTimeError # bug 20191
27 27
28 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 28 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ]
29 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 29 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
30 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 30 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
31 31
32 # new Symbol('void') should be allowed. 32 # new Symbol('void') should be allowed.
33 [ $compiler == dart2js ] 33 [ $compiler == dart2js ]
34 symbol_reserved_word_test/03: RuntimeError # bug 19972 34 symbol_reserved_word_test/03: RuntimeError # bug 19972
35 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 35 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
36 int_parse_radix_test/02: Fail # No bigints. 36 int_parse_radix_test/02: Fail # No bigints.
37 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace. 37 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace.
38 integer_to_radix_string_test: RuntimeError # issue 22045 38 integer_to_radix_string_test: RuntimeError # issue 22045
39 int_modulo_arith_test/bignum: RuntimeError # No bigints. 39 int_modulo_arith_test/bignum: RuntimeError # No bigints.
40 int_modulo_arith_test/modPow: RuntimeError # No bigints. 40 int_modulo_arith_test/modPow: RuntimeError # No bigints.
41 41
42 42
43 # With the exception of 'void', const Symbol() should not accept reserved 43 # With the exception of 'void', const Symbol() should not accept reserved
44 # words. 44 # words.
45 [ $compiler == none || $compiler == dart2js ] 45 [ ($compiler == none || $compiler == precompiler) || $compiler == dart2js ]
46 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 46 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
47 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 47 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
48 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 48 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
49 49
50 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 50 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ]
51 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 51 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
52 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 52 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
53 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 53 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
54 54
55 # With the exception of 'void', new Symbol() should not accept reserved words. 55 # With the exception of 'void', new Symbol() should not accept reserved words.
56 [ $compiler == none ] 56 [ ($compiler == none || $compiler == precompiler) ]
57 symbol_reserved_word_test/06: RuntimeError # bug 11669 57 symbol_reserved_word_test/06: RuntimeError # bug 11669
58 symbol_reserved_word_test/09: RuntimeError # bug 11669 58 symbol_reserved_word_test/09: RuntimeError # bug 11669
59 symbol_reserved_word_test/12: RuntimeError # bug 11669 59 symbol_reserved_word_test/12: RuntimeError # bug 11669
60 60
61 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con tentShellOnAndroid ] 61 [ ($compiler == none || $compiler == precompiler) && $runtime != dartium && $run time != drt && $runtime != ContentShellOnAndroid ]
62 symbol_test/02: MissingCompileTimeError # bug 11669 62 symbol_test/02: MissingCompileTimeError # bug 11669
63 symbol_test/03: MissingCompileTimeError # bug 11669 63 symbol_test/03: MissingCompileTimeError # bug 11669
64 64
65 [ $compiler == none ] 65 [ ($compiler == none || $compiler == precompiler) ]
66 symbol_test/none: Fail # bug 11669 66 symbol_test/none: Fail # bug 11669
67 symbol_operator_test/03: Fail # bug 11669 67 symbol_operator_test/03: Fail # bug 11669
68 string_case_test/01: Fail # Bug 18061 68 string_case_test/01: Fail # Bug 18061
69 69
70 iterable_return_type_test/01: RuntimeError # Issue 13646 70 iterable_return_type_test/01: RuntimeError # Issue 13646
71 iterable_return_type_test/02: RuntimeError # Issue 13646 71 iterable_return_type_test/02: RuntimeError # Issue 13646
72 72
73 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 73 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ]
74 main_test: Fail # Dartium needs to check for both main() and main(args). 74 main_test: Fail # Dartium needs to check for both main() and main(args).
75 75
76 [ $compiler == none && $runtime == ContentShellOnAndroid ] 76 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA ndroid ]
77 core_runtime_types_test: Pass, Fail # Issue 20525 77 core_runtime_types_test: Pass, Fail # Issue 20525
78 78
79 [ $runtime == ff || $runtime == jsshell ] 79 [ $runtime == ff || $runtime == jsshell ]
80 unicode_test: Fail 80 unicode_test: Fail
81 # Firefox takes advantage of the ECMAScript number parsing cop-out clause 81 # Firefox takes advantage of the ECMAScript number parsing cop-out clause
82 # (presumably added to allow Mozilla's existing behavior) 82 # (presumably added to allow Mozilla's existing behavior)
83 # and only looks at the first 20 significant digits. 83 # and only looks at the first 20 significant digits.
84 # The Dart VM and the other ECMAScript implementations follow the correct 84 # The Dart VM and the other ECMAScript implementations follow the correct
85 # IEEE-754 rounding algorithm. 85 # IEEE-754 rounding algorithm.
86 double_parse_test/02: Fail, OK 86 double_parse_test/02: Fail, OK
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 string_test: StaticWarning, OK # Test generates error on purpose. 194 string_test: StaticWarning, OK # Test generates error on purpose.
195 duration2_test: StaticWarning, OK # Test generates error on purpose. 195 duration2_test: StaticWarning, OK # Test generates error on purpose.
196 196
197 [ $system == windows && $arch == x64 ] 197 [ $system == windows && $arch == x64 ]
198 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 198 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
199 199
200 [ $runtime != d8 && $runtime != vm ] 200 [ $runtime != d8 && $runtime != vm ]
201 # The regexp tests are not verified to work on non d8/vm platforms yet. 201 # The regexp tests are not verified to work on non d8/vm platforms yet.
202 regexp/*: Skip 202 regexp/*: Skip
203 203
204 [ $runtime == vm ] 204 [ ($runtime == vm || $runtime == dart_precompiled) ]
205 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 205 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
206 206
207 [ $runtime != vm && $compiler != dartanalyzer && $compiler != dart2analyzer] 207 [ $runtime != vm && $compiler != dartanalyzer && $compiler != dart2analyzer]
208 package_resource_test: RuntimeError # Issue 23825 (not implemented yet). 208 package_resource_test: RuntimeError # Issue 23825 (not implemented yet).
209 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 209 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
210 file_resource_test: Skip, OK # VM specific test, uses dart:io. 210 file_resource_test: Skip, OK # VM specific test, uses dart:io.
211 http_resource_test: Skip, OK # VM specific test, uses dart:io. 211 http_resource_test: Skip, OK # VM specific test, uses dart:io.
212 212
213 [ $mode == debug ] 213 [ $mode == debug ]
214 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 214 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
215 215
216 [ $runtime == vm && $arch == simarmv5te ] 216 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ]
217 int_parse_radix_test/*: Pass, Slow 217 int_parse_radix_test/*: Pass, Slow
218 big_integer_parsed_mul_div_vm_test: Pass, Slow 218 big_integer_parsed_mul_div_vm_test: Pass, Slow
219 219
220 [ $compiler == dart2js && $cps_ir ] 220 [ $compiler == dart2js && $cps_ir ]
221 data_resource_test: Crash # (await for(var byteSlice in resource.openRead()){str eamBytes.addAll(byteSlice);}): await for 221 data_resource_test: Crash # (await for(var byteSlice in resource.openRead()){str eamBytes.addAll(byteSlice);}): await for
222 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction 222 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction
223 growable_list_test: RuntimeError # Typed lists 223 growable_list_test: RuntimeError # Typed lists
224 iterable_empty_test: RuntimeError # Please triage this failure. 224 iterable_empty_test: RuntimeError # Please triage this failure.
225 iterable_return_type_test/none: RuntimeError # Please triage this failure. 225 iterable_return_type_test/none: RuntimeError # Please triage this failure.
226 iterable_to_list_test: RuntimeError # Please triage this failure. 226 iterable_to_list_test: RuntimeError # Please triage this failure.
227 iterable_to_set_test: RuntimeError # Please triage this failure. 227 iterable_to_set_test: RuntimeError # Please triage this failure.
228 list_filled_type_argument_test: RuntimeError # Please triage this failure. 228 list_filled_type_argument_test: RuntimeError # Please triage this failure.
229 list_unmodifiable_test: RuntimeError # Please triage this failure. 229 list_unmodifiable_test: RuntimeError # Please triage this failure.
230 map_values2_test: RuntimeError # Please triage this failure. 230 map_values2_test: RuntimeError # Please triage this failure.
231 map_values3_test: RuntimeError # Please triage this failure. 231 map_values3_test: RuntimeError # Please triage this failure.
232 map_values4_test: RuntimeError # Please triage this failure. 232 map_values4_test: RuntimeError # Please triage this failure.
233 package_resource_test: Crash # (await for(var byteSlice in resource.openRead()){ streamBytes.addAll(byteSlice);}): await for 233 package_resource_test: Crash # (await for(var byteSlice in resource.openRead()){ streamBytes.addAll(byteSlice);}): await for
234 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. 234 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy.
235 symbol_operator_test/03: RuntimeError # Issue 24878 235 symbol_operator_test/03: RuntimeError # Issue 24878
236 symbol_reserved_word_test/03: Pass # Please triage this failure. 236 symbol_reserved_word_test/03: Pass # Please triage this failure.
237 symbol_reserved_word_test/06: RuntimeError # Please triage this failure. 237 symbol_reserved_word_test/06: RuntimeError # Please triage this failure.
238 symbol_reserved_word_test/09: RuntimeError # Please triage this failure. 238 symbol_reserved_word_test/09: RuntimeError # Please triage this failure.
239 symbol_reserved_word_test/12: RuntimeError # Please triage this failure. 239 symbol_reserved_word_test/12: RuntimeError # Please triage this failure.
240 symbol_test/none: RuntimeError # Please triage this failure. 240 symbol_test/none: RuntimeError # Please triage this failure.
241 241
242 [ $compiler == dart2js && $cps_ir && $host_checked ] 242 [ $compiler == dart2js && $cps_ir && $host_checked ]
243 regexp/pcre_test: Crash # Stack Overflow 243 regexp/pcre_test: Crash # Stack Overflow
244 244
245 [ $noopt ] 245 [ ($noopt || $compiler == precompiler) ]
246 apply3_test: CompileTimeError # Imports dart:mirrors 246 apply3_test: CompileTimeError # Imports dart:mirrors
247 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 247 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
248 big_integer_huge_mul_vm_test: Pass, Timeout 248 big_integer_huge_mul_vm_test: Pass, Timeout
249 big_integer_parsed_mul_div_vm_test: Pass, Timeout 249 big_integer_parsed_mul_div_vm_test: Pass, Timeout
250 int_parse_radix_test: Pass, Timeout 250 int_parse_radix_test: Pass, Timeout
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698