You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All these compilation error tests under Language/Errors_and_Warnings appear to have been written to only run against the analyzer and cfe and verify that the correct compilation error is reported by the tool.
This appears to be done using the comment lines
//
// [analyzer] unspecified
// [cfe] unspecified
in the test.
However for the test compile_error_t06 these comment lines are included in the file Language/Errors_and_Warnings/compile_error_lib.dart
as a result of which the test harness does not appear to correctly skip compile_error_t06 when running the VM tests.
These comment lines should probably be moved into the file Language/Errors_and_Warnings/compile_error_t06.dart for
this test to be correctly skipped when running the VM tests.
The text was updated successfully, but these errors were encountered:
The described problem is a SDK issue dart-lang/sdk#44990. Hopefully one day it will be resolved and all of the tests that are failing now because of this issue became Ok. Closing this issue
Uh oh!
There was an error while loading. Please reload this page.
All these compilation error tests under
Language/Errors_and_Warnings
appear to have been written to only run against the analyzer and cfe and verify that the correct compilation error is reported by the tool.This appears to be done using the comment lines
in the test.
However for the test
compile_error_t06
these comment lines are included in the fileLanguage/Errors_and_Warnings/compile_error_lib.dart
as a result of which the test harness does not appear to correctly skip
compile_error_t06
when running the VM tests.These comment lines should probably be moved into the file
Language/Errors_and_Warnings/compile_error_t06.dart
forthis test to be correctly skipped when running the VM tests.
The text was updated successfully, but these errors were encountered: