Chromium Code Reviews| 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 ] | 5 [ $compiler == dart2js ] |
| 6 Language/11_Statements/05_For_A01_t13: Crash | 6 Language/11_Statements/05_For_A01_t13: Crash |
| 7 Language/03_Overview/03_Overview_A01_t02: Crash | 7 Language/03_Overview/03_Overview_A01_t02: Crash |
| 8 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash | 8 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash |
| 9 | 9 |
| 10 | 10 |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 537 # TODO(rnystrom): These can be enabled when | 537 # TODO(rnystrom): These can be enabled when |
| 538 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. | 538 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. |
| 539 LibTest/core/double/toInt_A01_t03: Fail | 539 LibTest/core/double/toInt_A01_t03: Fail |
| 540 LibTest/core/double/toInt_A01_t04: Fail | 540 LibTest/core/double/toInt_A01_t04: Fail |
| 541 LibTest/core/Math/parseInt_A02_t01: Fail | 541 LibTest/core/Math/parseInt_A02_t01: Fail |
| 542 LibTest/core/Math/parseDouble_A02_t01: Fail | 542 LibTest/core/Math/parseDouble_A02_t01: Fail |
| 543 | 543 |
| 544 # Slow tests that needs extra time to finish. | 544 # Slow tests that needs extra time to finish. |
| 545 LibTest/core/List/sort_A01_t06: Slow, Pass | 545 LibTest/core/List/sort_A01_t06: Slow, Pass |
| 546 LibTest/core/Queue/addLast_A01_t01: Slow, Pass | 546 LibTest/core/Queue/addLast_A01_t01: Slow, Pass |
| 547 LibTest/core/Queue/add_A01_t01: Slow, Pass | |
| 547 | 548 |
|
ricow1
2012/09/08 19:26:08
I know this is probably a lost battle, but could w
ahe
2012/09/08 19:54:30
On my laptop, this test completes in 1 second in u
| |
| 548 # These test the Clock class which has been removed. | 549 # These test the Clock class which has been removed. |
| 549 # issue co19 - 173 | 550 # issue co19 - 173 |
| 550 LibTest/core/Clock/frequency_A01_t01: Fail, OK | 551 LibTest/core/Clock/frequency_A01_t01: Fail, OK |
| 551 LibTest/core/Clock/now_A01_t01: Fail, OK | 552 LibTest/core/Clock/now_A01_t01: Fail, OK |
| 552 | 553 |
| 553 # Tests that fail because they use the legacy try-catch syntax. | 554 # Tests that fail because they use the legacy try-catch syntax. |
| 554 # See co19 issue 184. | 555 # See co19 issue 184. |
| 555 Language/03_Overview/1_Scoping_A02_t30: Fail, OK | 556 Language/03_Overview/1_Scoping_A02_t30: Fail, OK |
| 556 Language/03_Overview/2_Privacy_A01_t08: Fail, OK | 557 Language/03_Overview/2_Privacy_A01_t08: Fail, OK |
| 557 Language/03_Overview/2_Privacy_A01_t21: Fail, OK | 558 Language/03_Overview/2_Privacy_A01_t21: Fail, OK |
| (...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1098 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail # @compile-error | 1099 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail # @compile-error |
| 1099 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error | 1100 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error |
| 1100 | 1101 |
| 1101 | 1102 |
| 1102 [ $compiler == dart2dart ] | 1103 [ $compiler == dart2dart ] |
| 1103 *: Skip | 1104 *: Skip |
| 1104 | 1105 |
| 1105 | 1106 |
| 1106 [ $compiler == dart2js && $browser ] | 1107 [ $compiler == dart2js && $browser ] |
| 1107 *: Skip | 1108 *: Skip |
| OLD | NEW |