Chromium Code Reviews| Index: tests/co19/co19-co19.status |
| diff --git a/tests/co19/co19-co19.status b/tests/co19/co19-co19.status |
| index 2f14a9f7ae5be8c20d6709407dc68b9699c87126..a136627288026f647b75b8c3dcf5dedac60bbc59 100644 |
| --- a/tests/co19/co19-co19.status |
| +++ b/tests/co19/co19-co19.status |
| @@ -42,9 +42,7 @@ LibTest/json/stringify_A03_t02: Fail, OK # Issue 637 |
| LibTest/json/stringify_A03_t03: Fail, OK # Issue 637 |
| LibTest/json/stringify_A04_t01: Fail, OK # Issue 637 |
| -[ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] |
| -Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail, pass, ok |
| -Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail, pass, ok |
| +[ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler == dart2js ] |
|
ricow1
2013/10/25 14:05:04
could we change this to $compiler != analyzer?
|
| Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail, pass, ok # co19 issue 634 |
| Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624 |
| Language/05_Variables/05_Variables_A06_t02: fail, pass, ok # co19 issue 624 |
| @@ -54,42 +52,38 @@ Language/05_Variables/05_Variables_A06_t05: fail, pass, ok # co19 issue 624 |
| Language/05_Variables/05_Variables_A06_t06: fail, pass, ok # co19 issue 624 |
| Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co19-roll r587: Please triage this failure |
| Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co19-roll r587: Please triage this failure |
| -LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 |
| + |
| # Maybe we should wait until isolate library is sealed before triaging these. |
| LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r546: Please triage this failure |
| LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-roll r546: Please triage this failure |
| Language/12_Expressions/18_Assignment_A04_t09: RuntimeError # co19-roll r607: Please triage this failure |
| -Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTimeError # co19-roll r607: Please triage this failure |
| +Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompileTimeError # co19-roll r607: Please triage this failure |
| LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError # co19-roll r607: Please triage this failure |
| LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: Please triage this failure |
| LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure |
| -Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError # co19-roll r623: Please triage this failure |
| -Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError # co19-roll r623: Please triage this failure |
| -Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError # co19-roll r623: Please triage this failure |
| -Language/07_Classes/6_Constructors/2_Factories_A14_t01: MissingCompileTimeError # co19-roll r623: Please triage this failure |
| -Language/07_Classes/6_Constructors/2_Factories_A14_t02: MissingCompileTimeError # co19-roll r623: Please triage this failure |
| +Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co19-roll r623: Please triage this failure |
| +Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co19-roll r623: Please triage this failure |
| +Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co19-roll r623: Please triage this failure |
| +Language/07_Classes/6_Constructors/2_Factories_A14_t01: Fail, MissingCompileTimeError # co19-roll r623: Please triage this failure |
| +Language/07_Classes/6_Constructors/2_Factories_A14_t02: Fail, MissingCompileTimeError # co19-roll r623: Please triage this failure |
| LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| LibTest/collection/IterableBase/IterableBase_class_A01_t02: RuntimeError # co19-roll r623: Please triage this failure |
| LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| +LibTest/core/List/removeAt_A02_t01: RuntimeError # co19-roll r623: Please triage this failure |
| LibTest/core/Set/IterableBase_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| - |
| -[ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] |
| LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: Please triage this failure |
| -LibTest/core/List/removeAt_A02_t01: RuntimeError # co19-roll r623: Please triage this failure |
| -[ $runtime == vm || $compiler == dart2js ] |
| -Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. |
| -Language/14_Libraries_and_Scripts/1_Imports_A03_t65: PASS, FAIL, OK # co19 issue 560 |
| +Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail, pass, ok |
| +Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail, pass, ok |
| +LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 |
| + |
| +[ $runtime == vm || $runtime == dartium || $compiler == dart2js ] |
| LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| -LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| -LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| -LibTest/math/sin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| -LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 |
| LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 |
| @@ -99,6 +93,23 @@ LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389 |
| LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389 |
| LibTest/async/Stream/Stream.periodic_A01_t01: TIMEOUT, PASS, FAIL, OK # co19 issue 538 |
| + |
| +LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 |
| +LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 |
| +LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: PASS, FAIL, TIMEOUT, OK # co19 issue 540 |
| + |
| +LibTest/typed_data/Int8List/Int8List.fromList_A01_t02: Fail # co19-roll r559: Please triage this failure |
| + |
| + |
| +[ $runtime == vm || $compiler == dart2js ] |
| +Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. |
| +Language/14_Libraries_and_Scripts/1_Imports_A03_t65: PASS, FAIL, OK # co19 issue 560 |
| + |
| +LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| +LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| +LibTest/math/sin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| +LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| + |
| LibTest/async/Stream/Stream.periodic_A03_t01: PASS, FAIL, OK # co19 issue 538 |
| LibTest/async/Timer/run_A01_t01: PASS, FAIL, OK # co19 issue 538 |
| LibTest/async/Timer/Timer_A01_t01: PASS, FAIL, OK # co19 issue 538 |
| @@ -106,16 +117,10 @@ LibTest/async/Timer/Timer_A02_t01: PASS, FAIL, OK # co19 issue 538 |
| LibTest/async/Timer/Timer.periodic_A01_t01: PASS, FAIL, OK # co19 issue 537 |
| LibTest/async/Timer/Timer.periodic_A02_t01: PASS, FAIL, OK # co19 issue 538 |
| LibTest/async/Future/Future.delayed_A01_t02: PASS, FAIL, OK # co19 issue 536 |
| +LibTest/async/EventTransformStream/listen_A04_t01: Pass, Timeout # co19 issue 542 |
| -LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 |
| -LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 |
| - |
| -LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: PASS, FAIL, OK # co19 issue 540 |
| LibTest/isolate/IsolateStream/contains_A02_t01: PASS, FAIL, OK # co19 issue 540 |
| -LibTest/async/EventTransformStream/listen_A04_t01: Pass, Timeout # co19 issue 542 |
| - |
| -LibTest/typed_data/Int8List/Int8List.fromList_A01_t02: Fail # co19-roll r559: Please triage this failure |
| [ $runtime == vm || $compiler == none || $compiler == dart2js ] |
| LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail # co19 issue 626 |
| @@ -197,19 +202,19 @@ LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail # co19 issue 626 |
| ### CHECKED MODE FAILURES ### |
| -[ ($runtime == vm || $compiler == dart2js) && $checked] |
| -Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 |
| +[ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] |
| Language/07_Classes/6_Constructors/2_Factories_A12_t02: fail # co19-roll r587: Please triage this failure |
| -Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560 |
| -Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560 |
| -LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 |
| -LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-roll r607: Please triage this failure |
| - |
| +Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 |
| LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| +LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-roll r607: Please triage this failure |
| +LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| LibTest/collection/ListQueue/ListQueue_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| LibTest/collection/Queue/Queue_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| LibTest/core/Iterable/Iterable.generate_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| -LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| - |
| LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please triage this failure |
| +[ ($runtime == vm || $compiler == dart2js) && $checked] |
| +Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560 |
| +Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560 |
| +LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 |
| + |