| 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 == dartc ] | 5 [ $compiler == dartc ] |
| 6 | 6 |
| 7 # co19 issue 365 (iterator changes) | 7 # co19 issue 365 (iterator changes) |
| 8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 | 8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 |
| 9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 | 9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 |
| 10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 | 10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 LibTest/core/String/contains_A01_t02: Fail, OK # TODO(ahe): This test is failing
after correctly implementing static warning checks in co19 test suite. The co19
authors have informed me that some of these failures are due to bugs in the tes
t suite. | 426 LibTest/core/String/contains_A01_t02: Fail, OK # TODO(ahe): This test is failing
after correctly implementing static warning checks in co19 test suite. The co19
authors have informed me that some of these failures are due to bugs in the tes
t suite. |
| 427 LibTest/core/String/replaceAll_A01_t01: Fail, OK # TODO(ahe): This test is faili
ng after correctly implementing static warning checks in co19 test suite. The co
19 authors have informed me that some of these failures are due to bugs in the t
est suite. | 427 LibTest/core/String/replaceAll_A01_t01: Fail, OK # TODO(ahe): This test is faili
ng after correctly implementing static warning checks in co19 test suite. The co
19 authors have informed me that some of these failures are due to bugs in the t
est suite. |
| 428 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # TODO(ahe): This test is fai
ling after correctly implementing static warning checks in co19 test suite. The
co19 authors have informed me that some of these failures are due to bugs in the
test suite. | 428 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # TODO(ahe): This test is fai
ling after correctly implementing static warning checks in co19 test suite. The
co19 authors have informed me that some of these failures are due to bugs in the
test suite. |
| 429 LibTest/core/String/split_A01_t01: Fail, OK # TODO(ahe): This test is failing af
ter correctly implementing static warning checks in co19 test suite. The co19 au
thors have informed me that some of these failures are due to bugs in the test s
uite. | 429 LibTest/core/String/split_A01_t01: Fail, OK # TODO(ahe): This test is failing af
ter correctly implementing static warning checks in co19 test suite. The co19 au
thors have informed me that some of these failures are due to bugs in the test s
uite. |
| 430 LibTest/core/String/split_A01_t02: Fail, OK # TODO(ahe): This test is failing af
ter correctly implementing static warning checks in co19 test suite. The co19 au
thors have informed me that some of these failures are due to bugs in the test s
uite. | 430 LibTest/core/String/split_A01_t02: Fail, OK # TODO(ahe): This test is failing af
ter correctly implementing static warning checks in co19 test suite. The co19 au
thors have informed me that some of these failures are due to bugs in the test s
uite. |
| 431 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # TODO(ahe): This test is fa
iling after correctly implementing static warning checks in co19 test suite. The
co19 authors have informed me that some of these failures are due to bugs in th
e test suite. | 431 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # TODO(ahe): This test is fa
iling after correctly implementing static warning checks in co19 test suite. The
co19 authors have informed me that some of these failures are due to bugs in th
e test suite. |
| 432 LibTest/isolate/SendPort/call_A01_t01: Fail, OK # TODO(ahe): This test is failin
g after correctly implementing static warning checks in co19 test suite. The co1
9 authors have informed me that some of these failures are due to bugs in the te
st suite. | 432 LibTest/isolate/SendPort/call_A01_t01: Fail, OK # TODO(ahe): This test is failin
g after correctly implementing static warning checks in co19 test suite. The co1
9 authors have informed me that some of these failures are due to bugs in the te
st suite. |
| 433 LibTest/math/Random/nextDouble_A01_t01: Fail, OK # TODO(ahe): This test is faili
ng after correctly implementing static warning checks in co19 test suite. The co
19 authors have informed me that some of these failures are due to bugs in the t
est suite. | 433 LibTest/math/Random/nextDouble_A01_t01: Fail, OK # TODO(ahe): This test is faili
ng after correctly implementing static warning checks in co19 test suite. The co
19 authors have informed me that some of these failures are due to bugs in the t
est suite. |
| 434 | 434 |
| 435 | 435 |
| 436 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 436 [ $runtime == drt && $compiler == none ] |
| 437 *: Skip | 437 *: Skip |
| OLD | NEW |