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

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

Issue 14079003: Implement Symbol correctly in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 7 years, 8 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 | « dart/tests/corelib/corelib.status ('k') | dart/tests/lib/lib.status » ('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.
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 optimization_test: Fail, OK # Expects negative results of bit-operations. 319 optimization_test: Fail, OK # Expects negative results of bit-operations.
320 320
321 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. 321 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
322 322
323 # Partially implemented redirecting constructors makes this throw instead 323 # Partially implemented redirecting constructors makes this throw instead
324 # of failing. 324 # of failing.
325 const_factory_negative_test: Crash, Fail 325 const_factory_negative_test: Crash, Fail
326 326
327 assign_top_method_test: Fail 327 assign_top_method_test: Fail
328 328
329 super_getter_setter_test: Fail # MirrorSystem.getName not yet implemented.
330
331 329
332 [ $compiler == dart2js && $runtime == none ] 330 [ $compiler == dart2js && $runtime == none ]
333 *: Fail, Pass # TODO(ahe): Triage these tests. 331 *: Fail, Pass # TODO(ahe): Triage these tests.
334 332
335 333
336 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)] 334 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)]
337 arithmetic_test: Fail # Issue 7881 335 arithmetic_test: Fail # Issue 7881
338 336
339 337
340 [ $compiler == dart2js && $runtime == ie9 ] 338 [ $compiler == dart2js && $runtime == ie9 ]
(...skipping 19 matching lines...) Expand all
360 call_through_null_getter_test: Fail 358 call_through_null_getter_test: Fail
361 closure3_test: Fail 359 closure3_test: Fail
362 execute_finally3_test: Fail 360 execute_finally3_test: Fail
363 method_invocation_test: Fail 361 method_invocation_test: Fail
364 null_pointer_exception_test: Fail 362 null_pointer_exception_test: Fail
365 stack_overflow_test: Fail 363 stack_overflow_test: Fail
366 stack_overflow_stacktrace_test: Fail 364 stack_overflow_stacktrace_test: Fail
367 string_interpolate_npe_test: Fail 365 string_interpolate_npe_test: Fail
368 closure_call_wrong_argument_count_negative_test: Skip 366 closure_call_wrong_argument_count_negative_test: Skip
369 label_test: Skip 367 label_test: Skip
OLDNEW
« no previous file with comments | « dart/tests/corelib/corelib.status ('k') | dart/tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698