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

Side by Side Diff: tests/language/language_dart2js.status

Issue 10920066: issue 4817 fixed. Implemented raw strings with 'r' instead of '@' for dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased. Marked raw_string_test as pass for dart2js-ff and dart2dart Created 8 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 | Annotate | Revision Log
« no previous file with comments | « tests/language/language.status ('k') | 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 == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 # VM specific tests that should not be run by dart2js. 6 # VM specific tests that should not be run by dart2js.
7 *vm_test: Skip 7 *vm_test: Skip
8 *vm_negative_test: Skip 8 *vm_negative_test: Skip
9 9
10 [ $compiler == dart2js && $checked ] 10 [ $compiler == dart2js && $checked ]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 # problems in compile time constants. 45 # problems in compile time constants.
46 compile_time_constant_checked_test/02: Fail, OK 46 compile_time_constant_checked_test/02: Fail, OK
47 47
48 [ $compiler == dart2js && $host_unchecked ] 48 [ $compiler == dart2js && $host_unchecked ]
49 metadata_test: Fail # Metadata on type parameters not supported. 49 metadata_test: Fail # Metadata on type parameters not supported.
50 50
51 [ $compiler == dart2js && $host_checked ] 51 [ $compiler == dart2js && $host_checked ]
52 metadata_test: Crash # Metadata on type parameters not supported. 52 metadata_test: Crash # Metadata on type parameters not supported.
53 53
54 [ $compiler == dart2js ] 54 [ $compiler == dart2js ]
55 raw_string_test: Fail
56 prefix_new_test: Fail # New library syntax not supported 55 prefix_new_test: Fail # New library syntax not supported
57 infinity_test: Fail # Issue 4984 56 infinity_test: Fail # Issue 4984
58 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. 57 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
59 58
60 class_literal_test/03: Fail # Calling a nonexistent static is not a compile time error anymore. 59 class_literal_test/03: Fail # Calling a nonexistent static is not a compile time error anymore.
61 class_literal_test/04: Fail # Calling a nonexistent static is not a compile time error anymore. 60 class_literal_test/04: Fail # Calling a nonexistent static is not a compile time error anymore.
62 class_literal_test/08: Fail # Calling a nonexistent static is not a compile time error anymore. 61 class_literal_test/08: Fail # Calling a nonexistent static is not a compile time error anymore.
63 class_literal_test/09: Fail # Calling a nonexistent static is not a compile time error anymore. 62 class_literal_test/09: Fail # Calling a nonexistent static is not a compile time error anymore.
64 class_literal_test/15: Fail # Calling a nonexistent static is not a compile time error anymore. 63 class_literal_test/15: Fail # Calling a nonexistent static is not a compile time error anymore.
65 class_literal_test/16: Fail # Calling a nonexistent static is not a compile time error anymore. 64 class_literal_test/16: Fail # Calling a nonexistent static is not a compile time error anymore.
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 296
298 297
299 [ $compiler == dart2js && $runtime == none ] 298 [ $compiler == dart2js && $runtime == none ]
300 *: Fail, Pass # TODO(ahe): Triage these tests. 299 *: Fail, Pass # TODO(ahe): Triage these tests.
301 300
302 301
303 [ $compiler == dart2js && $runtime == ff ] 302 [ $compiler == dart2js && $runtime == ff ]
304 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 303 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
305 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 304 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
306 double_to_string_as_fixed_test: Fail 305 double_to_string_as_fixed_test: Fail
307 raw_string_test: Fail
308 306
309 307
310 [ $compiler == dart2js && $runtime == ie ] 308 [ $compiler == dart2js && $runtime == ie ]
311 call_through_getter_test: Fail 309 call_through_getter_test: Fail
312 call_through_null_getter_test: Fail 310 call_through_null_getter_test: Fail
313 div_by_zero_test: Fail 311 div_by_zero_test: Fail
314 double_to_string_as_fixed_test: Fail 312 double_to_string_as_fixed_test: Fail
315 expect_test: Fail 313 expect_test: Fail
316 factory3_test: Fail 314 factory3_test: Fail
317 local_function_test: Fail 315 local_function_test: Fail
318 stack_overflow_test: Fail 316 stack_overflow_test: Fail
319 type_checks_in_factory_method_test: Fail 317 type_checks_in_factory_method_test: Fail
320 318
321 319
322 [ $compiler == dart2js && $runtime == safari ] 320 [ $compiler == dart2js && $runtime == safari ]
323 arithmetic_test: Skip # BUG(3492): Times out. 321 arithmetic_test: Skip # BUG(3492): Times out.
324 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 322 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
325 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 323 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
326 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 324 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
327 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 325 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
328 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 326 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
329 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 327 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698