| OLD | NEW |
| 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 Loading... |
| 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 | |
| 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. | |
| 354 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept
ion is expected') | 350 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept
ion is expected') |
| 355 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. | 351 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. |
| 356 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' | 352 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' |
| 357 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') | 353 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') |
| 358 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') | 354 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') |
| 359 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') | 355 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') |
| 360 | 356 |
| 361 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. | 357 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. |
| 362 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost
during canonicalization. | 358 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost
during canonicalization. |
| 363 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: Fail # TypeError: Object #<Closure> has no method 'call' | 359 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 Loading... |
| 697 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error | 693 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error |
| 698 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error | 694 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error |
| 699 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error | 695 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error |
| 700 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error | 696 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error |
| 701 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error | 697 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error |
| 702 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err
or | 698 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err
or |
| 703 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err
or | 699 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err
or |
| 704 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 700 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| 705 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp
ile-error | 701 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp
ile-error |
| 706 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error | 702 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error |
| OLD | NEW |