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

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
« no previous file with comments | « tests/language/language.status ('k') | tests/language/super_operator_index2_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.
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 optimization_test: Fail, OK # Expects negative results of bit-operations. 314 optimization_test: Fail, OK # Expects negative results of bit-operations.
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 317
318 # Partially implemented redirecting constructors makes this throw instead 318 # Partially implemented redirecting constructors makes this throw instead
319 # of failing. 319 # of failing.
320 const_factory_negative_test: Crash, Fail 320 const_factory_negative_test: Crash, Fail
321 321
322 assign_top_method_test: Fail 322 assign_top_method_test: Fail
323 323
324 super_operator_index2_test: Fail # Issue 8800
325 super_operator_index_test/01: Fail # Issue 8800
324 326
325 [ $compiler == dart2js && $runtime == none ] 327 [ $compiler == dart2js && $runtime == none ]
326 *: Fail, Pass # TODO(ahe): Triage these tests. 328 *: Fail, Pass # TODO(ahe): Triage these tests.
327 329
328 330
329 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)] 331 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)]
330 arithmetic_test: Fail # Issue 7881 332 arithmetic_test: Fail # Issue 7881
331 333
332 334
333 [ $compiler == dart2js && $runtime == ie9 ] 335 [ $compiler == dart2js && $runtime == ie9 ]
(...skipping 24 matching lines...) Expand all
358 call_through_null_getter_test: Fail 360 call_through_null_getter_test: Fail
359 closure3_test: Fail 361 closure3_test: Fail
360 execute_finally3_test: Fail 362 execute_finally3_test: Fail
361 method_invocation_test: Fail 363 method_invocation_test: Fail
362 null_pointer_exception_test: Fail 364 null_pointer_exception_test: Fail
363 stack_overflow_test: Fail 365 stack_overflow_test: Fail
364 stack_overflow_stacktrace_test: Fail 366 stack_overflow_stacktrace_test: Fail
365 string_interpolate_npe_test: Fail 367 string_interpolate_npe_test: Fail
366 closure_call_wrong_argument_count_negative_test: Skip 368 closure_call_wrong_argument_count_negative_test: Skip
367 label_test: Skip 369 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/super_operator_index2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698