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

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

Issue 17977002: - Remove arguments definition test from the VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « tests/language/language.status ('k') | tests/language/optional_named_parameters_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 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 argument_definition2_test: Fail, OK # Depends on ?parameter check.
31 argument_definition3_test: Fail, OK # Depends on ?parameter check.
32 argument_definition4_test: Fail, OK # Depends on ?parameter check.
33 argument_definition5_test: Fail, OK # Depends on ?parameter check.
34 argument_definition6_test: Fail, OK # Depends on ?parameter check.
35 argument_definition_test/none: Fail, OK # Depends on ?parameter check.
36 constructor8_test: Fail, OK # Depends on ?parameter check.
37 constructor_initializer_test: Fail, OK # Depends on ?parameter check. 30 constructor_initializer_test: Fail, OK # Depends on ?parameter check.
38 optional_named_parameters_test/01: Fail, OK # Depends on ?parameter check.
39 optional_named_parameters_test/02: Fail, OK # Depends on ?parameter check.
40 optional_named_parameters_test/03: Fail, OK # Depends on ?parameter check.
41 optional_named_parameters_test/04: Fail, OK # Depends on ?parameter check.
42 optional_named_parameters_test/05: Fail, OK # Depends on ?parameter check.
43 optional_named_parameters_test/06: Fail, OK # Depends on ?parameter check.
44 optional_named_parameters_test/07: Fail, OK # Depends on ?parameter check.
45 optional_named_parameters_test/08: Fail, OK # Depends on ?parameter check.
46 optional_named_parameters_test/09: Fail, OK # Depends on ?parameter check.
47 optional_named_parameters_test/none: Fail, OK # Depends on ?parameter check.
48 31
49 # Fails due to inlining. Not all expected frames are in the trace. 32 # Fails due to inlining. Not all expected frames are in the trace.
50 full_stacktrace1_test: Pass, Fail # issue 9895 33 full_stacktrace1_test: Pass, Fail # issue 9895
51 full_stacktrace2_test: Pass, Fail # issue 9895 34 full_stacktrace2_test: Pass, Fail # issue 9895
52 full_stacktrace3_test: Pass, Fail # issue 9895 35 full_stacktrace3_test: Pass, Fail # issue 9895
53 # Stack traces may or may not end in a newline depending on the JS enging. 36 # Stack traces may or may not end in a newline depending on the JS enging.
54 stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline. 37 stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline.
55 38
56 # VM specific tests that should not be run by dart2js. 39 # VM specific tests that should not be run by dart2js.
57 *vm_test: Skip 40 *vm_test: Skip
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 method_invocation_test: Fail 309 method_invocation_test: Fail
327 null_pointer_exception_test: Fail 310 null_pointer_exception_test: Fail
328 stack_overflow_test: Fail 311 stack_overflow_test: Fail
329 stack_overflow_stacktrace_test: Fail 312 stack_overflow_stacktrace_test: Fail
330 string_interpolate_npe_test: Fail 313 string_interpolate_npe_test: Fail
331 closure_call_wrong_argument_count_negative_test: Skip 314 closure_call_wrong_argument_count_negative_test: Skip
332 label_test: Skip 315 label_test: Skip
333 316
334 [ $compiler == dart2js && $minified ] 317 [ $compiler == dart2js && $minified ]
335 function_subtype_inline0_test: Fail # Issue 11469 318 function_subtype_inline0_test: Fail # Issue 11469
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/optional_named_parameters_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698