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

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

Issue 23301004: Remove all remaining references to dartc (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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') | tools/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 compile_time_constant_c_test/none: Fail # Map literal with int key. 6 compile_time_constant_c_test/none: Fail # Map literal with int key.
7 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 external_test/23: Fail 186 external_test/23: Fail
187 external_test/30: Fail 187 external_test/30: Fail
188 external_test/31: Fail 188 external_test/31: Fail
189 189
190 190
191 # Implementation errors (library or generated code). 191 # Implementation errors (library or generated code).
192 instanceof4_test: Fail # Expect.isTrue(false) fails. 192 instanceof4_test: Fail # Expect.isTrue(false) fails.
193 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. 193 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test.
194 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test. 194 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test.
195 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f ails. -- checked mode test. 195 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f ails. -- checked mode test.
196 type_dartc_test: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mod e test.
197 196
198 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 197 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
199 external_test/16: Fail, OK # Bad test: assumes eager loading. 198 external_test/16: Fail, OK # Bad test: assumes eager loading.
200 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 199 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
201 syntax_test/47: Fail, OK # Bad test: assumes eager loading. 200 syntax_test/47: Fail, OK # Bad test: assumes eager loading.
202 201
203 202
204 # 203 #
205 # The following tests are all negative tests that should be fixed. 204 # The following tests are all negative tests that should be fixed.
206 # 205 #
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 call_through_null_getter_test: Fail 302 call_through_null_getter_test: Fail
304 closure3_test: Fail 303 closure3_test: Fail
305 execute_finally3_test: Fail 304 execute_finally3_test: Fail
306 method_invocation_test: Fail 305 method_invocation_test: Fail
307 null_pointer_exception_test: Fail 306 null_pointer_exception_test: Fail
308 stack_overflow_test: Fail 307 stack_overflow_test: Fail
309 stack_overflow_stacktrace_test: Fail 308 stack_overflow_stacktrace_test: Fail
310 string_interpolate_npe_test: Fail 309 string_interpolate_npe_test: Fail
311 closure_call_wrong_argument_count_negative_test: Skip 310 closure_call_wrong_argument_count_negative_test: Skip
312 label_test: Skip 311 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tools/test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698