| 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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error | 699 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error |
| 700 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error | 700 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error |
| 701 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error | 701 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error |
| 702 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error | 702 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 | 703 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 | 704 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 | 705 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 | 706 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 | 707 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 | 708 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error |
| 709 |
| 710 [ $compiler == dart2dart ] |
| 711 *: Skip |
| OLD | NEW |