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 # This file contains the tests that have been identified as broken and have been filed | 5 # This file contains the tests that have been identified as broken and have been filed |
| 6 # on the co19 issue tracker. | 6 # on the co19 issue tracker. |
| 7 # In order to qualify here these tests need to fail both on the VM and dart2js. | 7 # In order to qualify here these tests need to fail both on the VM and dart2js. |
| 8 | 8 |
| 9 ### GENERAL FAILURES ### | 9 ### GENERAL FAILURES ### |
| 10 | 10 |
| 11 [ $runtime == vm || $runtime != vm ] | 11 [ $runtime == vm || $runtime != vm ] |
| 12 # Tests that fail everywhere, including the analyzer. | 12 # Tests that fail everywhere, including the analyzer. |
| 13 LibTest/core/Match/str_A01_t01: Fail, OK # Issue 635 | |
| 14 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Issue 635 | |
| 15 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Issue 635 | 13 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Issue 635 |
| 16 | 14 |
| 17 LibTest/StreamTransformer/StreamTransformer.fromHandlers_A01_t01: Fail, CompileT imeError # co19-roll r641: Please triage this failure | 15 LibTest/StreamTransformer/StreamTransformer.fromHandlers_A01_t01: Fail, CompileT imeError # co19-roll r641: Please triage this failure |
| 18 LibTest/StreamTransformer/StreamTransformer.fromHandlers_A01_t02: Fail, CompileT imeError # co19-roll r641: Please triage this failure | 16 LibTest/StreamTransformer/StreamTransformer.fromHandlers_A01_t02: Fail, CompileT imeError # co19-roll r641: Please triage this failure |
| 19 LibTest/StreamTransformer/StreamTransformer.fromHandlers_A01_t03: Fail, CompileT imeError # co19-roll r641: Please triage this failure | 17 LibTest/StreamTransformer/StreamTransformer.fromHandlers_A01_t03: Fail, CompileT imeError # co19-roll r641: Please triage this failure |
| 20 LibTest/StreamTransformer/StreamTransformer.fromHandlers_A01_t04: Fail, CompileT imeError # co19-roll r641: Please triage this failure | 18 LibTest/StreamTransformer/StreamTransformer.fromHandlers_A01_t04: Fail, CompileT imeError # co19-roll r641: Please triage this failure |
| 21 LibTest/StreamTransformer/StreamTransformer_A01_t02: Fail, CompileTimeError # co 19-roll r641: Please triage this failure | 19 LibTest/StreamTransformer/StreamTransformer_A01_t02: Fail, CompileTimeError # co 19-roll r641: Please triage this failure |
| 22 LibTest/StreamTransformer/StreamTransformer_A01_t03: Fail, CompileTimeError # co 19-roll r641: Please triage this failure | 20 LibTest/StreamTransformer/StreamTransformer_A01_t03: Fail, CompileTimeError # co 19-roll r641: Please triage this failure |
| 23 LibTest/StreamTransformer/StreamTransformer_A02_t01: Fail, CompileTimeError # co 19-roll r641: Please triage this failure | 21 LibTest/StreamTransformer/StreamTransformer_A02_t01: Fail, CompileTimeError # co 19-roll r641: Please triage this failure |
| 24 LibTest/StreamTransformer/StreamTransformer_A02_t02: Fail, CompileTimeError # co 19-roll r641: Please triage this failure | 22 LibTest/StreamTransformer/StreamTransformer_A02_t02: Fail, CompileTimeError # co 19-roll r641: Please triage this failure |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 47 LibTest/json/printOn_A03_t02: Fail, OK # Issue 637 | 45 LibTest/json/printOn_A03_t02: Fail, OK # Issue 637 |
| 48 LibTest/json/printOn_A03_t03: Fail, OK # Issue 637 | 46 LibTest/json/printOn_A03_t03: Fail, OK # Issue 637 |
| 49 LibTest/json/printOn_A04_t01: Fail, OK # Issue 637 | 47 LibTest/json/printOn_A04_t01: Fail, OK # Issue 637 |
| 50 LibTest/json/stringify_A01_t01: Fail, OK # Issue 637 | 48 LibTest/json/stringify_A01_t01: Fail, OK # Issue 637 |
| 51 LibTest/json/stringify_A02_t01: Fail, OK # Issue 637 | 49 LibTest/json/stringify_A02_t01: Fail, OK # Issue 637 |
| 52 LibTest/json/stringify_A03_t01: Fail, OK # Issue 637 | 50 LibTest/json/stringify_A03_t01: Fail, OK # Issue 637 |
| 53 LibTest/json/stringify_A03_t02: Fail, OK # Issue 637 | 51 LibTest/json/stringify_A03_t02: Fail, OK # Issue 637 |
| 54 LibTest/json/stringify_A03_t03: Fail, OK # Issue 637 | 52 LibTest/json/stringify_A03_t03: Fail, OK # Issue 637 |
| 55 LibTest/json/stringify_A04_t01: Fail, OK # Issue 637 | 53 LibTest/json/stringify_A04_t01: Fail, OK # Issue 637 |
| 56 | 54 |
| 55 | |
|
ricow1
2013/10/31 14:45:37
y u like blank lines :-)
| |
| 57 [ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler = = dart2js ] | 56 [ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler = = dart2js ] |
| 58 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail, pass, ok # co19 issue 634 | 57 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail, pass, ok # co19 issue 634 |
| 59 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail, pass, ok # c o19 issue 634 | 58 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail, pass, ok # c o19 issue 634 |
| 60 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail, pass, ok # c o19 issue 634 | 59 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail, pass, ok # c o19 issue 634 |
| 61 | 60 |
| 62 Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624 | 61 Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624 |
| 63 Language/05_Variables/05_Variables_A06_t02: fail, pass, ok # co19 issue 624 | 62 Language/05_Variables/05_Variables_A06_t02: fail, pass, ok # co19 issue 624 |
| 64 Language/05_Variables/05_Variables_A06_t03: fail, pass, ok # co19 issue 624 | 63 Language/05_Variables/05_Variables_A06_t03: fail, pass, ok # co19 issue 624 |
| 65 Language/05_Variables/05_Variables_A06_t04: fail, pass, ok # co19 issue 624 | 64 Language/05_Variables/05_Variables_A06_t04: fail, pass, ok # co19 issue 624 |
| 66 Language/05_Variables/05_Variables_A06_t05: fail, pass, ok # co19 issue 624 | 65 Language/05_Variables/05_Variables_A06_t05: fail, pass, ok # co19 issue 624 |
| 67 Language/05_Variables/05_Variables_A06_t06: fail, pass, ok # co19 issue 624 | 66 Language/05_Variables/05_Variables_A06_t06: fail, pass, ok # co19 issue 624 |
| 68 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure | 67 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure |
| 69 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure | 68 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure |
| 70 Language/05_Variables/05_Variables_A11_t01: Fail, MissingCompileTimeError # co19 -roll r641: Please triage this failure | 69 Language/05_Variables/05_Variables_A11_t01: Fail, MissingCompileTimeError # co19 -roll r641: Please triage this failure |
| 71 | 70 |
| 72 # Maybe we should wait until isolate library is sealed before triaging these. | 71 # Maybe we should wait until isolate library is sealed before triaging these. |
| 73 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54 6: Please triage this failure | 72 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54 6: Please triage this failure |
| 74 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro ll r546: Please triage this failure | 73 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro ll r546: Please triage this failure |
| 75 | 74 |
| 76 Language/12_Expressions/18_Assignment_A04_t09: RuntimeError # co19-roll r607: Pl ease triage this failure | 75 Language/12_Expressions/18_Assignment_A04_t09: RuntimeError # co19-roll r607: Pl ease triage this failure |
| 77 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompi leTimeError # co19-roll r607: Please triage this failure | 76 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompi leTimeError # co19-roll r607: Please triage this failure |
| 78 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError # co19-roll r607: Pl ease triage this failure | 77 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError # co19-roll r607: Pl ease triage this failure |
| 79 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure | 78 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure |
| 80 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure | 79 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure |
| 81 | 80 |
| 82 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure | 81 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure |
| 83 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure | 82 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure |
| 84 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure | 83 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure |
| 85 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure | 84 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| 86 LibTest/collection/IterableBase/IterableBase_class_A01_t02: RuntimeError # co19- roll r623: Please triage this failure | |
| 87 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError # co1 9-roll r623: Please triage this failure | 85 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError # co1 9-roll r623: Please triage this failure |
| 88 LibTest/core/Set/IterableBase_A01_t01: RuntimeError # co19-roll r623: Please tri age this failure | 86 LibTest/core/Set/IterableBase_A01_t01: RuntimeError # co19-roll r623: Please tri age this failure |
| 89 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P lease triage this failure | 87 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P lease triage this failure |
| 90 | 88 |
| 91 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 | 89 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 |
| 92 | 90 |
| 93 LibTest/async/Stream/handleError_A04_t02: Fail # co19-roll r641: Please triage t his failure | 91 LibTest/async/Stream/handleError_A04_t02: Fail # co19-roll r641: Please triage t his failure |
| 94 LibTest/async/Stream/listen_A05_t02: Fail # co19-roll r641: Please triage this f ailure | 92 LibTest/async/Stream/listen_A05_t02: Fail # co19-roll r641: Please triage this f ailure |
| 95 LibTest/async/StreamSink/addError_A01_t01: Fail # co19-roll r641: Please triage this failure | 93 LibTest/async/StreamSink/addError_A01_t01: Fail # co19-roll r641: Please triage this failure |
| 96 LibTest/async/StreamSink/addStream_A01_t02: Timeout, Fail, OK # Dart issue 14334 - test is also incorrect. | 94 LibTest/async/StreamSink/addStream_A01_t02: Timeout, Fail, OK # Dart issue 14334 - test is also incorrect. |
| 97 LibTest/async/Completer/completeError_A01_t01: Fail, ok # co19 Issue 647 | |
| 98 LibTest/collection/ListBase/ListBase_class_A01_t01: Fail, Timeout # co19-roll r6 41: Please triage this failure | 95 LibTest/collection/ListBase/ListBase_class_A01_t01: Fail, Timeout # co19-roll r6 41: Please triage this failure |
| 99 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Fail, Timeout # co19-roll r641: Please triage this failure | 96 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Fail, Timeout # co19-roll r641: Please triage this failure |
| 100 | 97 |
| 101 | 98 |
| 102 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] | 99 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] |
| 103 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 100 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 104 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 101 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 105 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 102 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 106 | 103 |
| 107 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 | 104 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 270 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Co19 issue 639 | 267 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Co19 issue 639 |
| 271 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: Fail # Co19 issue 639 | 268 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: Fail # Co19 issue 639 |
| 272 LibTest/isolate/isolate_api/stream_A01_t01: Fail # Co19 issue 639 | 269 LibTest/isolate/isolate_api/stream_A01_t01: Fail # Co19 issue 639 |
| 273 LibTest/isolate/isolate_api/port_A01_t01: Fail # Co19 issue 639 | 270 LibTest/isolate/isolate_api/port_A01_t01: Fail # Co19 issue 639 |
| 274 | 271 |
| 275 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638 | 272 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638 |
| 276 | 273 |
| 277 ### CHECKED MODE FAILURES ### | 274 ### CHECKED MODE FAILURES ### |
| 278 | 275 |
| 279 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] | 276 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] |
| 280 Language/07_Classes/6_Constructors/2_Factories_A12_t02: fail # co19-roll r587: P lease triage this failure | |
| 281 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 | 277 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 |
| 282 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr or # co19-roll r623: Please triage this failure | |
| 283 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure | 278 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure |
| 284 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure | 279 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| 285 LibTest/collection/ListQueue/ListQueue_class_A01_t01: RuntimeError # co19-roll r 623: Please triage this failure | |
| 286 LibTest/collection/Queue/Queue_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure | |
| 287 LibTest/core/Iterable/Iterable.generate_A01_t01: RuntimeError # co19-roll r623: Please triage this failure | |
| 288 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure | 280 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure |
| 289 LibTest/async/Future/catchError_A03_t05: RuntimeError # co19-roll r641: Please t riage this failure | 281 LibTest/async/Future/catchError_A03_t05: RuntimeError # co19-roll r641: Please t riage this failure |
| 290 | 282 |
| 291 [ ($runtime == vm || $compiler == dart2js) && $checked] | 283 [ ($runtime == vm || $compiler == dart2js) && $checked] |
| 292 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560 | 284 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560 |
| 293 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560 | 285 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560 |
| 294 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 | 286 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 |
| 295 | 287 |
| OLD | NEW |