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

Side by Side Diff: test/codegen/corelib/corelib.status

Issue 1945153002: Add corelib tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: error_test and range_error_test now pass Created 4 years, 7 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
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip
11 int_from_environment3_test: Skip
12 int_from_environment_test: Skip
13 string_from_environment2_test: Skip
14 string_from_environment3_test: Skip
15 string_from_environment_test: Skip
16
17 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ]
18 unicode_test: Fail # Bug 6706
19 compare_to2_test: Fail # Bug 4018
20
21 symbol_test/01: Fail, Pass # bug 11669
22
23 # With the exception of 'void', new Symbol() should not accept reserved words.
24 symbol_reserved_word_test/06: RuntimeError # bug 11669
25 symbol_reserved_word_test/09: RuntimeError # bug 11669
26 symbol_reserved_word_test/12: RuntimeError # bug 11669
27
28 symbol_test/none: Fail # bug 11669
29 symbol_operator_test/03: Fail # bug 11669
30 string_case_test/01: Fail # Bug 18061
31
32 iterable_return_type_test/01: RuntimeError # Issue 13646
33 iterable_return_type_test/02: RuntimeError # Issue 13646
34
35 # #void should be a valid symbol.
36 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com piler == dart2js ]
37 symbol_reserved_word_test/02: CompileTimeError # bug 20191
38 symbol_reserved_word_test/05: CompileTimeError # bug 20191
39
40 # With the exception of 'void', const Symbol() should not accept reserved
41 # words.
42 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
43 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
44 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
45
46 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
47 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
48 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
49 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
50 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
51 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
52 main_test: Fail # Dartium needs to check for both main() and main(args).
53
54 [ $compiler == dart2js ]
55 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed.
56 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
57 int_parse_radix_test/02: Fail # No bigints.
58 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace.
59 integer_to_radix_string_test: RuntimeError # issue 22045
60 int_modulo_arith_test/bignum: RuntimeError # No bigints.
61 int_modulo_arith_test/modPow: RuntimeError # No bigints.
62
63 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $r untime != dartium && $runtime != drt ]
64 symbol_test/02: MissingCompileTimeError # bug 11669
65 symbol_test/03: MissingCompileTimeError # bug 11669
66
67 [ $runtime == ff || $runtime == jsshell ]
68 unicode_test: Fail
69 # Firefox takes advantage of the ECMAScript number parsing cop-out clause
70 # (presumably added to allow Mozilla's existing behavior)
71 # and only looks at the first 20 significant digits.
72 # The Dart VM and the other ECMAScript implementations follow the correct
73 # IEEE-754 rounding algorithm.
74 double_parse_test/02: Fail, OK
75
76 [ $runtime == safari || $runtime == safarimobilesim ]
77 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
78 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
79
80 [ $runtime == ff ]
81 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1.
82 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1.
83
84 [ $runtime == opera ]
85 core_runtime_types_test: Fail
86 null_nosuchmethod_test: Fail # Issue: 7413
87 unicode_test: Fail # Issue 14694
88
89 [ $compiler == dart2js ]
90 error_stack_trace1_test: RuntimeError # Issue 12399
91 hash_set_test/01: RuntimeError # Issue 11551
92 integer_to_string_test/01: RuntimeError # Issue 1533
93 iterable_return_type_test/01: RuntimeError # Issue 20085
94 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
95
96 big_integer_*: Skip # VM specific test.
97 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
98 compare_to2_test: RuntimeError, OK # Requires bigint support.
99 string_base_vm_test: RuntimeError, OK # VM specific test.
100 nan_infinity_test/01: Fail # Issue 11551
101 regexp/pcre_test: Pass, Slow # Issue 21593
102 regress_r21715_test: RuntimeError # Requires bigint support.
103
104 [ $compiler == dart2js && $runtime == none ]
105 *: Fail, Pass # TODO(ahe): Triage these tests.
106
107 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
108 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
109
110 [ $compiler == dart2js && $runtime == safarimobilesim ]
111 string_split_test: RuntimeError # Issue 21431
112
113 [ $compiler == dart2js && $runtime == safarimobilesim ]
114 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
115 string_trimlr_test/none: Fail
116
117 [ $compiler == dart2js && $runtime == ie10 ]
118 string_case_test/01: Fail, OK # Bug in IE.
119 string_case_test/02: Fail, OK # Bug in IE.
120
121 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
122 string_case_test/01: Fail, OK # Bug in Firefox.
123
124 [ $compiler == dart2js && $runtime == dartium ]
125 string_case_test/02: Fail, OK # Bug in dartium version of V8.
126 string_case_test/03: Fail, OK # Bug in dartium version of V8.
127
128 # Analyzer's implementation of fromEnvironment assumes that undefined
129 # environment variables have an unspecified value (rather than being
130 # null) because it is expected that the user will supply a value when
131 # the code is run. This means that it produces slightly different
132 # error messages than the VM and Dart2js.
133 [ $compiler == dart2analyzer && $checked ]
134 from_environment_const_type_undefined_test/09: CompileTimeError
135 from_environment_const_type_undefined_test/11: CompileTimeError
136 from_environment_const_type_undefined_test/12: CompileTimeError
137 from_environment_const_type_undefined_test/13: CompileTimeError
138 from_environment_const_type_undefined_test/14: CompileTimeError
139 from_environment_const_type_undefined_test/16: CompileTimeError
140
141 [ $compiler == dart2analyzer ]
142 int_parse_radix_test: fail
143 list_insert_test: fail
144 list_removeat_test: fail
145 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests.
146 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
147 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
148 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
149 string_test: StaticWarning, OK # Test generates error on purpose.
150 duration2_test: StaticWarning, OK # Test generates error on purpose.
151
152 [ $system == windows && $arch == x64 ]
153 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
154
155 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ]
156 # The regexp tests are not verified to work on non d8/vm platforms yet.
157 regexp/*: Skip
158
159 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
160 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
161
162 [ $runtime != vm && $runtime != dart_precompiled && $runtime != dart_product && $compiler != dart2analyzer]
163 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
164 file_resource_test: Skip, OK # VM specific test, uses dart:io.
165 http_resource_test: Skip, OK # VM specific test, uses dart:io.
166
167 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer & & $cps_ir == false ]
168 package_resource_test: RuntimeError # Issue 23825 (not implemented yet).
169
170 [ $mode == debug ]
171 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
172
173 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == simarmv5te ]
174 int_parse_radix_test/*: Pass, Slow
175 big_integer_parsed_mul_div_vm_test: Pass, Slow
176
177 [ $compiler == dart2js && $cps_ir ]
178 package_resource_test: Crash # Surprisingly null object in type propagation.
179 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy.
180 core_runtime_types_test: Pass, RuntimeError # Issue 25795.
181
182 [ $compiler == dart2js && $cps_ir && $checked ]
183 *: Skip # Issue 25761
184
185 [ $compiler == dart2js && $cps_ir && $host_checked ]
186 regexp/pcre_test: Crash # Stack Overflow
187 collection_removes_test: Crash # Issue 25911
188
189 [ $compiler == dart2js && $host_checked ]
190 package_resource_test: Crash # Issue 25911
191
192 [ $noopt || $compiler == precompiler ]
193 # Stacktraces in precompilation omit inlined frames.
194 stacktrace_current_test: Pass, RuntimeError
195 error_stack_trace1_test: Pass, RuntimeError
196
197 [ $noopt || $compiler == precompiler || $mode == product ]
198 apply3_test: SkipByDesign # Imports dart:mirrors
199
200 [ $noopt || $compiler == precompiler ]
201 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
202 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
203 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
204 int_parse_radix_test: Pass, Timeout # --no_intrinsify
205
206 [ $compiler == precompiler || $runtime == dart_product ]
207 data_resource_test: Skip # Resolve URI not supported yet in product mode.
208 package_resource_test: Skip # Resolve URI not supported yet in product mode.
209 file_resource_test: Skip # Resolve URI not supported yet in product mode.
210 http_resource_test: Skip # Resolve URI not supported yet in product mode.
211
212 [ $arch == simdbc || $arch == simdbc64 ]
213 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
OLDNEW
« no previous file with comments | « test/codegen/corelib/core_runtime_types_test.dart ('k') | test/codegen/corelib/data_resource_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698