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 | 5 |
| 6 # Crashes first, please. Then untriaged bugs. There is a section below | 6 # Crashes first, please. Then untriaged bugs. There is a section below |
| 7 # for co19 bugs. | 7 # for co19 bugs. |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. | 9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. |
| 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. | 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. |
| (...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 661 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 661 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 662 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 662 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 663 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 663 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 664 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 664 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 665 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 665 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 666 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 666 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 667 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 667 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 668 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 668 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 669 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 669 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 670 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 670 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| 671 | |
| 672 # const RegExp -> new RegExp | |
| 673 [ $compiler == dart2js ] | |
| 674 LibTest/core/String/contains_A01_t01: fail | |
|
ahe
2012/11/13 09:46:20
After line 416.
Anders Johnsen
2012/11/13 10:06:44
Done.
| |
| 675 LibTest/core/String/contains_A01_t03: fail | |
| OLD | NEW |