| 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 && $checked ] | 5 [ $compiler == dart2js && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $compiler == dart2js] | 9 [ $compiler == dart2js] |
| 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. | 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 # Implementation errors (library or generated code). | 64 # Implementation errors (library or generated code). |
| 65 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. | 65 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. |
| 66 BadNamedParametersTest: Fail # NullPointerException | 66 BadNamedParametersTest: Fail # NullPointerException |
| 67 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. | 67 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. |
| 68 ExpectTest: Fail # Expect.identical did not fail | 68 ExpectTest: Fail # Expect.identical did not fail |
| 69 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. | 69 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. |
| 70 FunctionTest: Fail # continue not implemented | 70 FunctionTest: Fail # continue not implemented |
| 71 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 71 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
| 72 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 72 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
| 73 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 73 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
| 74 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | |
| 75 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 74 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 76 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. | 75 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. |
| 77 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. | 76 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. |
| 78 | 77 |
| 79 | 78 |
| 80 # | 79 # |
| 81 # The following tests are all semantic tests that we can rely on dartc | 80 # The following tests are all semantic tests that we can rely on dartc |
| 82 # catching for now. | 81 # catching for now. |
| 83 # | 82 # |
| 84 AbstractStaticNegativeTest: Fail, OK # Negative language test. | 83 AbstractStaticNegativeTest: Fail, OK # Negative language test. |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 | 207 |
| 209 | 208 |
| 210 RegExp3Test: Fail, OK # Expects exception from const constructor. | 209 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 211 | 210 |
| 212 | 211 |
| 213 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 212 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 214 | 213 |
| 215 | 214 |
| 216 [ $compiler == dart2js && $mode == release ] | 215 [ $compiler == dart2js && $mode == release ] |
| 217 AssignTopMethodNegativeTest: Crash | 216 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |