Skip to content

Commit 0d1c495

Browse files
ErikCorryGooglecommit-bot@chromium.org
authored andcommitted
Add explanations to some status lines
[email protected] Change-Id: I488148246cca0808e0aa1e6f1648273ca0b0a4ef Reviewed-on: https://dart-review.googlesource.com/35720 Reviewed-by: Kevin Millikin <[email protected]> Commit-Queue: Erik Corry <[email protected]>
1 parent da0b6f5 commit 0d1c495

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

tests/corelib_2/corelib_2.status

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -341,18 +341,18 @@ list_replace_range_test: RuntimeError
341341
list_set_all_test: RuntimeError
342342
null_nosuchmethod_test/01: CompileTimeError # Issue 31402 (Invocation arguments)
343343
null_nosuchmethod_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
344-
string_from_environment3_test/03: MissingCompileTimeError
345-
symbol_operator_test/03: RuntimeError
346-
symbol_reserved_word_test/04: MissingCompileTimeError
347-
symbol_reserved_word_test/06: RuntimeError
348-
symbol_reserved_word_test/07: MissingCompileTimeError
349-
symbol_reserved_word_test/09: RuntimeError
350-
symbol_reserved_word_test/10: MissingCompileTimeError
351-
symbol_reserved_word_test/12: RuntimeError
352-
symbol_test/02: MissingCompileTimeError
353-
symbol_test/03: MissingCompileTimeError
354-
symbol_test/none: RuntimeError
355-
unicode_test: RuntimeError
344+
string_from_environment3_test/03: MissingCompileTimeError # Issue 31936 - throwing const constructors.
345+
symbol_operator_test/03: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
346+
symbol_reserved_word_test/04: MissingCompileTimeError # Issue 31936 - throwing const constructors.
347+
symbol_reserved_word_test/06: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
348+
symbol_reserved_word_test/07: MissingCompileTimeError # Issue 31936 - throwing const constructors.
349+
symbol_reserved_word_test/09: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
350+
symbol_reserved_word_test/10: MissingCompileTimeError # Issue 31936 - throwing const constructors.
351+
symbol_reserved_word_test/12: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
352+
symbol_test/02: MissingCompileTimeError # Issue 31936 - throwing const constructors.
353+
symbol_test/03: MissingCompileTimeError # Issue 31936 - throwing const constructors.
354+
symbol_test/none: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
355+
unicode_test: RuntimeError # Issue 18061: German double S.
356356

357357
# ===== dartkp + dart_precompiled status lines =====
358358
[ $compiler == dartkp && $runtime == dart_precompiled && $strong ]
@@ -369,18 +369,18 @@ list_set_all_test: RuntimeError
369369
null_nosuchmethod_test/01: CompileTimeError # Issue 31402 (Invocation arguments)
370370
null_nosuchmethod_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
371371
regexp/stack-overflow_test: RuntimeError
372-
string_from_environment3_test/03: MissingCompileTimeError
373-
symbol_operator_test/03: RuntimeError
374-
symbol_reserved_word_test/04: MissingCompileTimeError
375-
symbol_reserved_word_test/06: RuntimeError
376-
symbol_reserved_word_test/07: MissingCompileTimeError
377-
symbol_reserved_word_test/09: RuntimeError
378-
symbol_reserved_word_test/10: MissingCompileTimeError
379-
symbol_reserved_word_test/12: RuntimeError
380-
symbol_test/02: MissingCompileTimeError
381-
symbol_test/03: MissingCompileTimeError
382-
symbol_test/none: RuntimeError
383-
unicode_test: RuntimeError
372+
string_from_environment3_test/03: MissingCompileTimeError # Issue 31936 - throwing const constructors.
373+
symbol_operator_test/03: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
374+
symbol_reserved_word_test/04: MissingCompileTimeError # Issue 31936 - throwing const constructors.
375+
symbol_reserved_word_test/06: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
376+
symbol_reserved_word_test/07: MissingCompileTimeError # Issue 31936 - throwing const constructors.
377+
symbol_reserved_word_test/09: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
378+
symbol_reserved_word_test/10: MissingCompileTimeError # Issue 31936 - throwing const constructors.
379+
symbol_reserved_word_test/12: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
380+
symbol_test/02: MissingCompileTimeError # Issue 31936 - throwing const constructors.
381+
symbol_test/03: MissingCompileTimeError # Issue 31936 - throwing const constructors.
382+
symbol_test/none: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
383+
unicode_test: RuntimeError # Issue 18061: German double S.
384384

385385
[ $compiler == none && $runtime == drt ]
386386
string_from_environment2_test: Skip

0 commit comments

Comments
 (0)