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

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

Issue 10692087: Reapply change to update dart2js operator equals semantics to follow (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Whoops, fix eqB to use === true Created 8 years, 5 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 | « lib/unittest/core_matchers.dart ('k') | tests/compiler/dart2js/boolified_operator_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 && $system == macos && $runtime == d8 ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 10 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 340
341 [ $compiler == dart2js && $runtime == d8 ] 341 [ $compiler == dart2js && $runtime == d8 ]
342 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 342 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
343 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. 343 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.
344 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 344 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
345 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 345 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
346 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 346 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
347 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 347 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
348 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 348 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
349 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 349 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
350 LibTest/core/Expect/equals_A01_t03: Fail # not following the spec and expects th e user-defined equality operator
srdjan 2012/08/17 20:45:50 Please file co19 issues instead of adding a commen
Mads Ager (google) 2012/08/20 07:54:33 I did and it has already been marked as fixed. htt
351 # to be called when comparing for equal ity with null.
352 LibTest/core/Expect/notEquals_A01_t03: Fail # not following the spec and expects the user-defined equality operator
353 # to be called when comparing for eq uality with null.
350 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 354 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
351 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 355 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
352 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 356 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
353 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 357 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
354 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 358 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
355 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 359 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
356 360
357 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 361 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
358 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 362 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
359 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call' 363 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error 697 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error
694 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error 698 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error
695 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error 699 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error
696 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 700 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
697 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 701 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
698 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 702 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
699 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 703 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
700 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 704 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
701 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 705 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
702 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 706 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « lib/unittest/core_matchers.dart ('k') | tests/compiler/dart2js/boolified_operator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698