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

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

Issue 12334088: Stop creating selectors in the SSA builder that were already created by the resolver. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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
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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 315
316 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. 316 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
317 reg_exp3_test: Fail, OK # Expects exception from const constructor. 317 reg_exp3_test: Fail, OK # Expects exception from const constructor.
318 318
319 # Partially implemented redirecting constructors makes this throw instead 319 # Partially implemented redirecting constructors makes this throw instead
320 # of failing. 320 # of failing.
321 const_factory_negative_test: Crash, Fail 321 const_factory_negative_test: Crash, Fail
322 322
323 assign_top_method_test: Fail 323 assign_top_method_test: Fail
324 324
325 super_operator_index2_test: Fail # Issue 8800
326 super_operator_index_test/01: Fail # Issue 8800
325 327
326 [ $compiler == dart2js && $runtime == none ] 328 [ $compiler == dart2js && $runtime == none ]
327 *: Fail, Pass # TODO(ahe): Triage these tests. 329 *: Fail, Pass # TODO(ahe): Triage these tests.
328 330
329 331
330 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)] 332 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)]
331 arithmetic_test: Fail # Issue 7881 333 arithmetic_test: Fail # Issue 7881
332 334
333 335
334 [ $compiler == dart2js && $runtime == ie9 ] 336 [ $compiler == dart2js && $runtime == ie9 ]
(...skipping 24 matching lines...) Expand all
359 call_through_null_getter_test: Fail 361 call_through_null_getter_test: Fail
360 closure3_test: Fail 362 closure3_test: Fail
361 execute_finally3_test: Fail 363 execute_finally3_test: Fail
362 method_invocation_test: Fail 364 method_invocation_test: Fail
363 null_pointer_exception_test: Fail 365 null_pointer_exception_test: Fail
364 stack_overflow_test: Fail 366 stack_overflow_test: Fail
365 stack_overflow_stacktrace_test: Fail 367 stack_overflow_stacktrace_test: Fail
366 string_interpolate_npe_test: Fail 368 string_interpolate_npe_test: Fail
367 closure_call_wrong_argument_count_negative_test: Skip 369 closure_call_wrong_argument_count_negative_test: Skip
368 label_test: Skip 370 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698