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 # This file contains the tests that have been identified as broken and | 5 # This file contains the tests that have been identified as broken and |
6 # have been filed on the co19 issue tracker at | 6 # have been filed on the co19 issue tracker at |
7 # https://code.google.com/p/co19/issues/list (read-only). | 7 # https://code.google.com/p/co19/issues/list (read-only). |
8 # https://github.com/dart-lang/co19/issues . | 8 # https://github.com/dart-lang/co19/issues . |
9 # | 9 # |
10 # In order to qualify here these tests need to fail both on the VM and dart2js. | 10 # In order to qualify here these tests need to fail both on the VM and dart2js. |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 | 69 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 |
70 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 | 70 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 |
71 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 | 71 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 |
72 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 | 72 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 |
73 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 | 73 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 |
74 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 74 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
75 | 75 |
76 [ $runtime == dartium || $compiler == dart2js ] | 76 [ $runtime == dartium || $compiler == dart2js ] |
77 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 77 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
78 | 78 |
79 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== drt || $runtime == dartium || $runtime == dart_precompiled) ] | 79 [ ($compiler == none || $compiler == precompiler || $compiler == dart2appjit) &&
($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == dart_p
recompiled || $runtime == dart_app) ] |
80 # Optional trailing commas for argument and parameter lists added to language. | 80 # Optional trailing commas for argument and parameter lists added to language. |
81 # https://github.com/dart-lang/co19/issues/68 | 81 # https://github.com/dart-lang/co19/issues/68 |
82 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_
t05: Fail, OK | 82 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_
t05: Fail, OK |
83 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK | 83 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK |
84 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK | 84 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK |
85 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK | 85 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK |
86 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK | 86 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK |
87 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK | 87 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK |
88 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK | 88 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK |
OLD | NEW |