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

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

Issue 2131263002: Update status for package_resource_test (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« 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) 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) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
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
(...skipping 23 matching lines...) Expand all
34 symbol_reserved_word_test/02: CompileTimeError # bug 20191 34 symbol_reserved_word_test/02: CompileTimeError # bug 20191
35 symbol_reserved_word_test/05: CompileTimeError # bug 20191 35 symbol_reserved_word_test/05: CompileTimeError # bug 20191
36 36
37 # With the exception of 'void', const Symbol() should not accept reserved 37 # With the exception of 'void', const Symbol() should not accept reserved
38 # words. 38 # words.
39 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 39 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
40 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 40 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
41 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 41 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
42 42
43 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 43 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
44 package_resource_test: RuntimeError # Issue 26842
44 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 45 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
45 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 46 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
46 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 47 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
47 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 48 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
48 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 49 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
49 main_test: Fail # Dartium needs to check for both main() and main(args). 50 main_test: Fail # Dartium needs to check for both main() and main(args).
50 51
51 [ $compiler == dart2js ] 52 [ $compiler == dart2js ]
52 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed. 53 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed.
53 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 54 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 157
157 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 158 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
158 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 159 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
159 160
160 [ $runtime != vm && $runtime != dart_precompiled && $runtime != dart_app && $com piler != dart2analyzer] 161 [ $runtime != vm && $runtime != dart_precompiled && $runtime != dart_app && $com piler != dart2analyzer]
161 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 162 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
162 file_resource_test: Skip, OK # VM specific test, uses dart:io. 163 file_resource_test: Skip, OK # VM specific test, uses dart:io.
163 http_resource_test: Skip, OK # VM specific test, uses dart:io. 164 http_resource_test: Skip, OK # VM specific test, uses dart:io.
164 165
165 [ $compiler == dart2js && $browser == false ] 166 [ $compiler == dart2js && $browser == false ]
166 package_resource_test: RuntimeError # Issue 23825 (not implemented yet). 167 package_resource_test: RuntimeError # Issue 26842
167 168
168 [ $mode == debug ] 169 [ $mode == debug ]
169 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 170 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
170 171
171 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $a rch == simarmv5te ] 172 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $a rch == simarmv5te ]
172 int_parse_radix_test/*: Pass, Slow 173 int_parse_radix_test/*: Pass, Slow
173 big_integer_parsed_mul_div_vm_test: Pass, Slow 174 big_integer_parsed_mul_div_vm_test: Pass, Slow
174 175
175 [ $compiler == dart2js && $cps_ir ] 176 [ $compiler == dart2js && $cps_ir ]
176 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. 177 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 big_integer_huge_mul_vm_test: Pass, Timeout 211 big_integer_huge_mul_vm_test: Pass, Timeout
211 big_integer_parsed_mul_div_vm_test: Pass, Timeout 212 big_integer_parsed_mul_div_vm_test: Pass, Timeout
212 collection_length_test: Fail, Crash 213 collection_length_test: Fail, Crash
213 hash_map2_test: Pass, Crash 214 hash_map2_test: Pass, Crash
214 queue_test: Pass, Crash 215 queue_test: Pass, Crash
215 regexp/regexp_test: Pass, Fail, Crash 216 regexp/regexp_test: Pass, Fail, Crash
216 uri_parse_test: Pass, Timeout 217 uri_parse_test: Pass, Timeout
217 uri_test: Pass, RuntimeError 218 uri_test: Pass, RuntimeError
218 data_uri_test: Pass, RuntimeError 219 data_uri_test: Pass, RuntimeError
219 int_parse_radix_test: Pass, Timeout 220 int_parse_radix_test: Pass, Timeout
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