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

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

Issue 10928121: Support new library/import syntax (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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') | tests/language/prefix_new_test.dart » ('j') | 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 prefix_new_test: Fail # New library syntax not supported
55 infinity_test: Fail # Issue 4984 56 infinity_test: Fail # Issue 4984
56 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 >>.
57 58
58 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.
59 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.
60 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.
61 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.
62 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.
63 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.
64 65
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 319
319 320
320 [ $compiler == dart2js && $runtime == safari ] 321 [ $compiler == dart2js && $runtime == safari ]
321 arithmetic_test: Skip # BUG(3492): Times out. 322 arithmetic_test: Skip # BUG(3492): Times out.
322 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 323 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
323 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 324 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
324 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 325 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
325 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 326 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
326 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 327 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
327 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 328 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/prefix_new_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698