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

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 10860018: Fix null-equality comparison for unoptimized branch code. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « runtime/vm/intermediate_language_x64.cc ('k') | tests/co19/co19-runtime.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 ] 5 [ $compiler == dart2js ]
6 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/BadNumberFormatException/*: Fail 9 LibTest/core/BadNumberFormatException/*: Fail
10 LibTest/core/double/toInt_A01_t03: Fail 10 LibTest/core/double/toInt_A01_t03: Fail
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 428
429 [ $compiler == dart2js && $runtime == d8 ] 429 [ $compiler == dart2js && $runtime == d8 ]
430 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 430 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
431 Language/11_Statements/09_Try_A02_t02: Fail, OK # Expects to catch null if throw ing null. We now throw NullPointerException which isn't caught. 431 Language/11_Statements/09_Try_A02_t02: Fail, OK # Expects to catch null if throw ing null. We now throw NullPointerException which isn't caught.
432 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 432 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
433 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 433 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
434 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 434 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
435 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 435 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
436 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 436 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
437 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 437 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
438 LibTest/core/Expect/equals_A01_t03: Fail # not following the spec and expects th e user-defined equality operator 438 LibTest/core/Expect/equals_A01_t03: Fail # Issue co19 - 178
439 # to be called when comparing for equal ity with null. 439 LibTest/core/Expect/notEquals_A01_t03: Fail # Issue co19 - 178
440 LibTest/core/Expect/notEquals_A01_t03: Fail # not following the spec and expects the user-defined equality operator
441 # to be called when comparing for eq uality with null.
442 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 440 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
443 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 441 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
444 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 442 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
445 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 443 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
446 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 444 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
447 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 445 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
448 446
449 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 447 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
450 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 448 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
451 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call' 449 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 744 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
747 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 745 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
748 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 746 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
749 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 747 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
750 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 748 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
751 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 749 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
752 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 750 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
753 751
754 [ $compiler == dart2dart ] 752 [ $compiler == dart2dart ]
755 *: Skip 753 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/intermediate_language_x64.cc ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698