| 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 [ $component == dart2js && $checked ] | 5 [ $component == dart2js && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $component == dart2js || $component == legium ] | 9 [ $component == dart2js || $component == legium ] |
| 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. | 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. | 74 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. |
| 75 BadNamedParametersTest: Fail # NullPointerException | 75 BadNamedParametersTest: Fail # NullPointerException |
| 76 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. | 76 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. |
| 77 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 77 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 78 ExpectTest: Fail # Expect.identical did not fail | 78 ExpectTest: Fail # Expect.identical did not fail |
| 79 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. | 79 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. |
| 80 FunctionTest: Fail # continue not implemented | 80 FunctionTest: Fail # continue not implemented |
| 81 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 81 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
| 82 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 82 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
| 83 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 83 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
| 84 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. | |
| 85 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | 84 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. |
| 86 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 85 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 87 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 86 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 88 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. | 87 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. |
| 89 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. | 88 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. |
| 90 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. | 89 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. |
| 91 | 90 |
| 92 | 91 |
| 93 # | 92 # |
| 94 # The following tests are all semantic tests that we can rely on dartc | 93 # The following tests are all semantic tests that we can rely on dartc |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 | 220 |
| 222 | 221 |
| 223 RegExp3Test: Fail, OK # Expects exception from const constructor. | 222 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 224 | 223 |
| 225 | 224 |
| 226 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 225 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 227 | 226 |
| 228 | 227 |
| 229 [ $component == dart2js && $mode == release ] | 228 [ $component == dart2js && $mode == release ] |
| 230 AssignTopMethodNegativeTest: Crash | 229 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |