| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert
misusage | 109 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert
misusage |
| 110 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. | 110 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. |
| 111 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. | 111 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. |
| 112 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. | 112 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. |
| 113 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. | 113 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. |
| 114 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. | 114 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. |
| 115 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c
all method 'toSendPort$0' of undefined. | 115 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c
all method 'toSendPort$0' of undefined. |
| 116 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect.
throws() fails. | 116 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect.
throws() fails. |
| 117 | 117 |
| 118 | 118 |
| 119 # These test cases use the deprecated Isolate API and should be updated to |
| 120 # use spawnFunction: issue ... |
| 121 LibTest/isolate/Isolate/port_A01_t02: Fail, OK |
| 122 LibTest/isolate/Isolate/port_A01_t01: Fail, OK |
| 123 LibTest/isolate/Isolate/main_A01_t01: Fail, OK |
| 124 LibTest/isolate/Isolate/class_A01_t01: Fail, OK |
| 125 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK |
| 126 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK |
| 127 LibTest/isolate/Isolate/Isolate_A01_t01: Fail, OK |
| 128 LibTest/isolate/Isolate/Isolate.light_A01_t01: Fail, OK |
| 129 LibTest/isolate/Isolate/Isolate.heavy_A01_t01: Fail, OK |
| 130 LibTest/isolate/Isolate/spawn_A01_t01: Fail, OK |
| 131 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK |
| 132 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK |
| 133 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK |
| 134 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK |
| 135 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK |
| 136 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK |
| 137 |
| 138 |
| 119 # The following tests use the deprecated Date interface. | 139 # The following tests use the deprecated Date interface. |
| 120 # Issue co19 - 125 | 140 # Issue co19 - 125 |
| 121 LibTest/core/Date/Date_A02_t01: Fail, Pass | 141 LibTest/core/Date/Date_A02_t01: Fail, Pass |
| 122 LibTest/core/Date/Date.now_A02_t01: Fail, Pass | 142 LibTest/core/Date/Date.now_A02_t01: Fail, Pass |
| 123 LibTest/core/Date/add_A02_t01: Fail, Pass | 143 LibTest/core/Date/add_A02_t01: Fail, Pass |
| 124 LibTest/core/Date/add_A03_t01: Fail, Pass | 144 LibTest/core/Date/add_A03_t01: Fail, Pass |
| 125 LibTest/core/Date/add_A04_t01: Fail, Pass | 145 LibTest/core/Date/add_A04_t01: Fail, Pass |
| 126 LibTest/core/Date/value_A01_t02: Fail, Pass | 146 LibTest/core/Date/value_A01_t02: Fail, Pass |
| 127 LibTest/core/Date/value_A01_t03: Fail, Pass | 147 LibTest/core/Date/value_A01_t03: Fail, Pass |
| 128 LibTest/core/Date/value_A02_t01: Fail, Pass | 148 LibTest/core/Date/value_A02_t01: Fail, Pass |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error | 722 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error |
| 703 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error | 723 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error |
| 704 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err
or | 724 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err
or |
| 705 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err
or | 725 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err
or |
| 706 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 726 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| 707 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp
ile-error | 727 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp
ile-error |
| 708 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error | 728 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error |
| 709 | 729 |
| 710 [ $compiler == dart2dart ] | 730 [ $compiler == dart2dart ] |
| 711 *: Skip | 731 *: Skip |
| OLD | NEW |