Skip to content

Commit ed764e5

Browse files
rakudramacommit-bot@chromium.org
authored andcommitted
[gardening] Delete legacy parser_quirks_test
This is a test of keep-on-truckin' behaviour that is now a static error. Should we delete it? Change-Id: Ia8702f46d8d343941ed002f42e0a217485e53fcd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108761 Reviewed-by: Lasse R.H. Nielsen <[email protected]> Commit-Queue: Stephen Adams <[email protected]>
1 parent 723bb0e commit ed764e5

File tree

5 files changed

+0
-36
lines changed

5 files changed

+0
-36
lines changed

tests/language_2/language_2_analyzer.status

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ nested_generic_closure_test: CompileTimeError # Issue #28515
7575
no_main_test/01: Fail # failing-by-design, the analyzer has no restriction that a library include a main function.
7676
no_such_constructor2_test: StaticWarning
7777
override_inheritance_field_test/42: CompileTimeError
78-
parser_quirks_test: CompileTimeError
7978
part_of_multiple_libs_test/01: MissingCompileTimeError # Issue 33227
8079
part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709
8180
prefix_shadow_test/01: MissingCompileTimeError # Issue 33005

tests/language_2/language_2_dart2js.status

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ null_no_such_method_test: CompileTimeError
169169
number_identity2_test: RuntimeError
170170
number_identity_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
171171
numbers_test: RuntimeError, OK # non JS number semantics
172-
parser_quirks_test: CompileTimeError
173172
partial_instantiation_eager_bounds_check_test: RuntimeError # Issue #34295
174173
partial_tearoff_instantiation_test/05: Pass # for the wrong reason.
175174
partial_tearoff_instantiation_test/06: Pass # for the wrong reason.

tests/language_2/language_2_dartdevc.status

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ null_test/mirrors: RuntimeError # Uses mirrors.; ReferenceError: GenericOfT is n
368368
number_identity2_test: RuntimeError # Issue 29920; Expect.isTrue(false) fails.
369369
number_identity_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
370370
numbers_test: RuntimeError # Issue 29920; Expect.equals(expected: <false>, actual: <true>) fails.
371-
parser_quirks_test: CompileTimeError
372371
regress_16640_test: RuntimeError # Issue 29920; Uncaught Error: type arguments should not be null: E => {
373372
regress_22443_test: RuntimeError # Uncaught Expect.isTrue(false) fails.
374373
stack_overflow_stacktrace_test: RuntimeError # Issue 29920; RangeError: Maximum call stack size exceeded

tests/language_2/language_2_kernel.status

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ nested_generic_closure_test: RuntimeError
115115
no_main_test/01: Crash
116116
no_such_method_mock_test: RuntimeError
117117
null_no_such_method_test: CompileTimeError
118-
parser_quirks_test: CompileTimeError
119118
regress_22443_test: RuntimeError
120119
regress_23408_test: CompileTimeError
121120
regress_29025_test: CompileTimeError
@@ -241,7 +240,6 @@ multiline_newline_test/05r: MissingCompileTimeError
241240
multiline_newline_test/06: MissingCompileTimeError
242241
multiline_newline_test/06r: MissingCompileTimeError
243242
null_no_such_method_test: CompileTimeError
244-
parser_quirks_test: CompileTimeError
245243
regress_23408_test: CompileTimeError
246244
regress_29025_test: CompileTimeError
247245
regress_29405_test: CompileTimeError
@@ -691,7 +689,6 @@ null_no_such_method_test: CompileTimeError # Issue 31533
691689
null_test/mirrors: Skip # Uses mirrors.
692690
null_test/none: SkipByDesign
693691
overridden_no_such_method_test: SkipByDesign
694-
parser_quirks_test: CompileTimeError # Issue 31533
695692
redirecting_factory_reflection_test: SkipByDesign
696693
regress_13462_0_test: SkipByDesign
697694
regress_13462_1_test: SkipByDesign
@@ -980,7 +977,6 @@ no_main_test/01: Skip
980977
no_main_test/01: DartkCrash
981978
no_such_method_mock_test: RuntimeError # Issue 31426
982979
null_no_such_method_test: CompileTimeError # Issue 31533
983-
parser_quirks_test: CompileTimeError # Issue 31533
984980
regress_22443_test: RuntimeError # KernelVM bug: Deferred loading kernel issue 30273.
985981
regress_23408_test: RuntimeError, CompileTimeError # KernelVM bug: Deferred loading kernel issue 30273.
986982
regress_29025_test: CompileTimeError # Issue 31402 (Variable declaration)

tests/language_2/parser_quirks_test.dart

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)