| Index: tests/co19/co19-runtime.status
|
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
|
| index 33e3ab1904091dc3ab4a073356a95aba1fc91716..d7c1a817f7406aef1e3f8988f78eee6b2f5045ad 100644
|
| --- a/tests/co19/co19-runtime.status
|
| +++ b/tests/co19/co19-runtime.status
|
| @@ -3,14 +3,16 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
| -[ $compiler == none && $runtime == vm && $unchecked]
|
| +[ $compiler == none && ($runtime == vm || $runtime == dartium) && $unchecked]
|
| Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392, passes in checked mode b/c of type check
|
|
|
| -[ $compiler == none && $runtime == vm ]
|
| -Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052
|
| -Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052
|
| -Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052
|
| -Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052
|
| +[ $compiler == none && ($runtime == vm || $runtime == dartium) ]
|
| +Language/13_Statements/03_Variable_Declaration_A04_t01: Fail, MissingCompileTimeError # Issue 7052
|
| +Language/13_Statements/03_Variable_Declaration_A04_t02: Fail, MissingCompileTimeError # Issue 7052
|
| +Language/13_Statements/03_Variable_Declaration_A04_t05: Fail, MissingCompileTimeError # Issue 7052
|
| +Language/13_Statements/03_Variable_Declaration_A04_t06: Fail, MissingCompileTimeError # Issue 7052
|
| +Language/13_Statements/03_Variable_Declaration_A04_t07: Fail # co19 issue 535
|
| +Language/13_Statements/03_Variable_Declaration_A04_t08: Fail # co19 issue 535
|
|
|
| Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
|
| Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
|
| @@ -35,37 +37,36 @@ LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537
|
| Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
|
| Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
|
| Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593
|
| -Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535
|
| -Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535
|
| Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
|
| Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
|
| Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
|
| Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916
|
| Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916
|
| -Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # co19 issue
|
|
|
| LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
|
|
|
| # All isolate are being ignored at the moment as the library will go through some changes.
|
| +LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail, Timeout # VM triage, check spec.
|
| +LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail, Timeout # VM triage, check spec.
|
| LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please triage this failure
|
| LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please triage this failure
|
| LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
|
| LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Please triage this failure
|
| -LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
|
| LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec.
|
| -LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec.
|
| -LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec.
|
| +LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
|
|
|
| -LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13106
|
| -LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13398
|
| -LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13398
|
| -Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: MissingCompileTimeError # co19-roll r607: Please triage this failure
|
| -Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: MissingCompileTimeError # co19-roll r607: Please triage this failure
|
| +Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail # co19-roll r607: Please triage this failure
|
| +Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail # co19-roll r607: Please triage this failure
|
| LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r607: Please triage this failure
|
| LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # co19-roll r607: Please triage this failure
|
| LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage this failure
|
| LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage this failure
|
| +LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13106
|
|
|
| +[ $compiler == none && $runtime == vm ]
|
| +Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # co19 issue
|
| +LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13398
|
| +LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13398
|
|
|
| [ $compiler == none && $runtime == vm && $checked ]
|
| LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408
|
|
|