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

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

Issue 11316108: Correct file names for tests in tests/language. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: fixed status Created 8 years, 1 month 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/mint_arithmetic.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 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
11 class_literal_test/10: Fail # Class literals are expression now; delete this tes t. 11 class_literal_test/10: Fail # Class literals are expression now; delete this tes t.
12 class_literal_test/11: Fail # Class literals are expression now; delete this tes t. 12 class_literal_test/11: Fail # Class literals are expression now; delete this tes t.
13 class_literal_test/12: Fail # Class literals are expression now; delete this tes t. 13 class_literal_test/12: Fail # Class literals are expression now; delete this tes t.
14 class_literal_test/13: Fail # Class literals are expression now; delete this tes t. 14 class_literal_test/13: Fail # Class literals are expression now; delete this tes t.
15 class_literal_test/14: Fail # Class literals are expression now; delete this tes t. 15 class_literal_test/14: Fail # Class literals are expression now; delete this tes t.
16 class_literal_test/17: Fail # Class literals are expression now; delete this tes t. 16 class_literal_test/17: Fail # Class literals are expression now; delete this tes t.
17 class_literal_test/18: Fail # Class literals are expression now; delete this tes t. 17 class_literal_test/18: Fail # Class literals are expression now; delete this tes t.
18 class_literal_test/19: Fail # Class literals are expression now; delete this tes t. 18 class_literal_test/19: Fail # Class literals are expression now; delete this tes t.
19 class_literal_test/20: Fail # Class literals are expression now; delete this tes t. 19 class_literal_test/20: Fail # Class literals are expression now; delete this tes t.
20 class_literal_test/21: Fail # Class literals are expression now; delete this tes t. 20 class_literal_test/21: Fail # Class literals are expression now; delete this tes t.
21 class_literal_test/22: Fail # Class literals are expression now; delete this tes t. 21 class_literal_test/22: Fail # Class literals are expression now; delete this tes t.
22 class_literal_test/23: Fail # Class literals are expression now; delete this tes t. 22 class_literal_test/23: Fail # Class literals are expression now; delete this tes t.
23 class_literal_test/24: Fail # Class literals are expression now; delete this tes t. 23 class_literal_test/24: Fail # Class literals are expression now; delete this tes t.
24 class_literal_test/25: Fail # Class literals are expression now; delete this tes t. 24 class_literal_test/25: Fail # Class literals are expression now; delete this tes t.
25 class_literal_test/26: Fail # Class literals are expression now; delete this tes t. 25 class_literal_test/26: Fail # Class literals are expression now; delete this tes t.
26 class_literal_test/27: Fail # Class literals are expression now; delete this tes t. 26 class_literal_test/27: Fail # Class literals are expression now; delete this tes t.
27 class_literal_test/28: Fail # Class literals are expression now; delete this tes t. 27 class_literal_test/28: Fail # Class literals are expression now; delete this tes t.
28 class_literal_test/29: Fail # Class literals are expression now; delete this tes t. 28 class_literal_test/29: Fail # Class literals are expression now; delete this tes t.
29 29
30 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction)
31 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic).
32 type_variable_shadows_class_test: Fail # Issue 643
33
30 # VM specific tests that should not be run by dart2js. 34 # VM specific tests that should not be run by dart2js.
31 *vm_test: Skip 35 *vm_test: Skip
32 *vm_negative_test: Skip 36 *vm_negative_test: Skip
33 37
34 [ $compiler == dart2js && $checked ] 38 [ $compiler == dart2js && $checked ]
35 redirecting_factory_infinite_steps_test/01: Fail 39 redirecting_factory_infinite_steps_test/01: Fail
36 assert_with_type_test_or_cast_test: Fail # Issue 4929 40 assert_with_type_test_or_cast_test: Fail # Issue 4929
37 type_variable_bounds_test/01: Fail 41 type_variable_bounds_test/01: Fail
38 type_variable_bounds_test/02: Fail 42 type_variable_bounds_test/02: Fail
39 type_variable_bounds_test/04: Fail 43 type_variable_bounds_test/04: Fail
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 [ $runtime == opera ] 376 [ $runtime == opera ]
373 call_through_null_getter_test: Fail 377 call_through_null_getter_test: Fail
374 closure3_test: Fail 378 closure3_test: Fail
375 execute_finally3_test: Fail 379 execute_finally3_test: Fail
376 method_invocation_test: Fail 380 method_invocation_test: Fail
377 null_pointer_exception_test: Fail 381 null_pointer_exception_test: Fail
378 stack_overflow_test: Fail 382 stack_overflow_test: Fail
379 string_interpolate_npe_test: Fail 383 string_interpolate_npe_test: Fail
380 closure_call_wrong_argument_count_negative_test: Skip 384 closure_call_wrong_argument_count_negative_test: Skip
381 label_test: Skip 385 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/mint_arithmetic.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698