| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 | 10 |
| 11 # These classes have been removed, co19 issue 79. | 11 # These classes have been removed, co19 issue 79. |
| 12 [ $compiler == dart2js && $runtime == d8 ] | 12 [ $compiler == dart2js && $runtime == d8 ] |
| 13 LibTest/core/Dispatcher/*: Fail, OK | 13 LibTest/core/Dispatcher/*: Fail, OK |
| 14 LibTest/core/Proxy/*: Fail, OK | 14 LibTest/core/Proxy/*: Fail, OK |
| 15 [ $compiler == dart2js ] | 15 [ $compiler == dart2js ] |
| 16 LibTest/core/List/every_A03_t01: Fail, OK | 16 LibTest/core/List/every_A03_t01: Fail, OK |
| 17 LibTest/core/List/filter_A03_t01: Fail, OK | 17 LibTest/core/List/filter_A03_t01: Fail, OK |
| 18 LibTest/core/List/some_A03_t01: Fail, OK | 18 LibTest/core/List/some_A03_t01: Fail, OK |
| 19 LibTest/core/Promise/*: Fail, OK | 19 LibTest/core/Promise/*: Fail, OK |
| 20 | 20 |
| 21 | 21 |
| 22 # missing #import("dart:isolate"), co19 issue 80 | 22 # missing #import("dart:isolate"), co19 issue 80 |
| 23 LibTest/core/Isolate/*: Fail, OK | 23 LibTest/core/Isolate/*: Fail, OK |
| 24 LibTest/core/SendPort/*: Fail, OK | 24 LibTest/core/SendPort/*: Fail, OK |
| 25 LibTest/core/ReceivePort/*: Fail, OK | 25 LibTest/core/ReceivePort/*: Fail, OK |
| 26 | 26 |
| 27 [ $compiler == dart2js ] |
| 28 |
| 29 # The following tests use the deprecated Date interface. |
| 30 LibTest/core/Date/Date_A02_t01: Fail |
| 31 LibTest/core/Date/Date.now_A02_t01: Fail |
| 32 LibTest/core/Date/add_A04_t01: Fail |
| 33 LibTest/core/Date/value_A01_t02: Skip |
| 34 LibTest/core/Date/value_A02_t01: Skip |
| 35 LibTest/core/Date/isLocalTime_A01_t01: Fail |
| 36 LibTest/core/Date/toString_A02_t01: Skip |
| 37 LibTest/core/Date/Date.fromString_A01_t03: Fail |
| 38 LibTest/core/Date/changeTimeZone_A01_t01: Skip |
| 39 LibTest/core/Date/changeTimeZone_A02_t01: Fail |
| 40 LibTest/core/Date/changeTimeZone_A03_t01: Fail |
| 41 LibTest/core/Date/changeTimeZone_A04_t01: Skip |
| 42 LibTest/core/Date/changeTimeZone_A05_t01: Fail |
| 43 LibTest/core/Date/isUtc_A01_t01: Fail |
| 44 LibTest/core/Date/timeZone_A01_t01: Skip |
| 45 LibTest/core/Date/timeZone_A01_t02: Fail |
| 46 LibTest/core/Date/timeZone_A01_t03: Fail |
| 47 LibTest/core/Date/difference_A01_t01: Skip |
| 48 LibTest/core/Date/difference_A01_t02: Skip |
| 49 LibTest/core/Date/subtract_A04_t01: Fail |
| 50 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail |
| 51 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail |
| 52 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip |
| 53 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip |
| 54 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip |
| 55 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip |
| 56 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip |
| 57 |
| 58 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip |
| 59 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip |
| 60 |
| 27 | 61 |
| 28 [ $compiler == dart2js && $checked ] | 62 [ $compiler == dart2js && $checked ] |
| 29 # Leg does not support checked mode yet. | 63 # Leg does not support checked mode yet. |
| 30 *: Skip | 64 *: Skip |
| 31 | 65 |
| 32 | 66 |
| 33 [ $compiler == dart2js && $runtime == drt] | 67 [ $compiler == dart2js && $runtime == drt] |
| 34 *: Skip | 68 *: Skip |
| 35 | 69 |
| 36 | 70 |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 | 250 |
| 217 [ $compiler == dart2js && $runtime == d8 ] | 251 [ $compiler == dart2js && $runtime == d8 ] |
| 218 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # compiler cancelled: internal error: fall-through not implemented | 252 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # compiler cancelled: internal error: fall-through not implemented |
| 219 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # compiler cancelled: internal error: fall-through not implemented | 253 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # compiler cancelled: internal error: fall-through not implemented |
| 220 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu
al: <54>) fails. | 254 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu
al: <54>) fails. |
| 221 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. | 255 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. |
| 222 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. | 256 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. |
| 223 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. | 257 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. |
| 224 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. | 258 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. |
| 225 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. | 259 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. |
| 226 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected
with the passed null value of the timeZone') | |
| 227 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 | 260 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 |
| 228 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0
0:00.000>, actual: <0001-01-01 00:00:00.000>) fails. | |
| 229 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) | 261 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) |
| 230 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept
ion is expected') | 262 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept
ion is expected') |
| 231 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. | 263 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. |
| 232 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' | 264 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' |
| 233 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') | 265 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') |
| 234 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') | 266 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') |
| 235 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') | 267 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') |
| 236 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented | 268 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented |
| 237 | 269 |
| 238 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. | 270 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @
compile-error | 544 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @
compile-error |
| 513 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @
compile-error | 545 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @
compile-error |
| 514 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error | 546 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error |
| 515 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error | 547 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error |
| 516 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error | 548 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error |
| 517 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error | 549 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error |
| 518 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error | 550 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error |
| 519 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error | 551 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error |
| 520 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 552 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 521 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 553 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| OLD | NEW |