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 == leg && $checked ] | 5 [ $component == leg && $checked ] |
6 *: Skip | 6 *: Skip |
7 | 7 |
8 | 8 |
9 [ $component == leg || $component == legium ] | 9 [ $component == leg || $component == legium ] |
10 AdjacentConstStringLiteralsTest: Crash # Issue 2110 | 10 AdjacentConstStringLiteralsTest: Crash # Issue 2110 |
11 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". | 11 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". |
12 Constructor6Test: Crash | 12 Constructor6Test: Crash |
13 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. | 13 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
14 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr
oto__ key yet. | 14 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr
oto__ key yet. |
15 CompileTimeConstantFTest: Fail # We don't handle constants with optional argumen
ts yet. | |
16 CompileTimeConstantGTest: Fail # We don't handle constants with optional argumen
ts to super yet. | 15 CompileTimeConstantGTest: Fail # We don't handle constants with optional argumen
ts to super yet. |
17 StringInterpolation8Test: Fail # Issue 2127 | 16 StringInterpolation8Test: Fail # Issue 2127 |
18 | 17 |
19 # Compilation errors. | 18 # Compilation errors. |
20 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 19 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
21 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 20 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
22 CTConstTest: Fail # map not implemented | 21 CTConstTest: Fail # map not implemented |
23 CallOperatorTest: Fail # Unexpected token 'call' | 22 CallOperatorTest: Fail # Unexpected token 'call' |
24 CanonicalConstTest: Fail # map not implemented | 23 CanonicalConstTest: Fail # map not implemented |
25 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 24 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
(...skipping 21 matching lines...) Expand all Loading... |
47 Issue4515170Test: Fail # cannot resolve VAL | 46 Issue4515170Test: Fail # cannot resolve VAL |
48 LabelTest: Fail # switch cases are not implemented | 47 LabelTest: Fail # switch cases are not implemented |
49 LibraryPrefixesTest: Fail # other is not a type | 48 LibraryPrefixesTest: Fail # other is not a type |
50 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 | 49 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 |
51 ManyGenericInstanceofTest: Fail # cannot resolve type T | 50 ManyGenericInstanceofTest: Fail # cannot resolve type T |
52 MapLiteral2Test: Fail # expected a constant string | 51 MapLiteral2Test: Fail # expected a constant string |
53 MapLiteral4Test: Fail # map not implemented | 52 MapLiteral4Test: Fail # map not implemented |
54 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 53 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
55 MethodNameTest: Fail # Parsing of pseudo keywords. | 54 MethodNameTest: Fail # Parsing of pseudo keywords. |
56 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType | 55 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType |
57 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem
ented | |
58 NamedParameters2Test: Fail # Unimplemented non-matching static call | 56 NamedParameters2Test: Fail # Unimplemented non-matching static call |
59 NamedParameters3Test: Fail # Unimplemented non-matching static call | 57 NamedParameters3Test: Fail # Unimplemented non-matching static call |
60 NamedParameters4Test: Fail # Unimplemented non-matching static call | 58 NamedParameters4Test: Fail # Unimplemented non-matching static call |
61 NamedParametersTypeTest: Fail # Internal Error: Cannot find value | 59 NamedParametersTypeTest: Fail # Internal Error: Cannot find value |
62 NamingTest: Fail # Internal Error: Cannot find value | 60 NamingTest: Fail # Internal Error: Cannot find value |
63 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented | 61 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented |
64 NullToStringTest: Fail # Closurization of intercepted methods. | 62 NullToStringTest: Fail # Closurization of intercepted methods. |
65 NumbersTest: Fail # cannot resolve type Smi | 63 NumbersTest: Fail # cannot resolve type Smi |
66 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this | 64 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this |
67 PseudoKWTest: Fail # Unexpected token '(' | 65 PseudoKWTest: Fail # Unexpected token '(' |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 | 255 |
258 RegExp3Test: Fail, OK # Expects exception from const constructor. | 256 RegExp3Test: Fail, OK # Expects exception from const constructor. |
259 | 257 |
260 | 258 |
261 # TODO(ahe): Categorize these failures. | 259 # TODO(ahe): Categorize these failures. |
262 ExecuteFinally3Test: Fail | 260 ExecuteFinally3Test: Fail |
263 | 261 |
264 | 262 |
265 [ $component == leg && $mode == release ] | 263 [ $component == leg && $mode == release ] |
266 AssignTopMethodNegativeTest: Crash | 264 AssignTopMethodNegativeTest: Crash |
OLD | NEW |