We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2187286 commit 71c782aCopy full SHA for 71c782a
pkg/analyzer_cli/test/driver_test.dart
@@ -960,9 +960,11 @@ class OptionsTest extends BaseTest {
960
961
@failingTest
962
test_useCFE() async {
963
- await drive('data/options_tests_project/test_file.dart',
964
- args: ['--use-cfe']);
965
- expect(driver.context.analysisOptions.useFastaParser, isTrue);
+ // Disabled until integration with the CFE has been restarted.
+ fail('Times out when run on a VM with --preview-dart-2 enabled');
+// await drive('data/options_tests_project/test_file.dart',
966
+// args: ['--use-cfe']);
967
+// expect(driver.context.analysisOptions.useFastaParser, isTrue);
968
}
969
970
test_withFlags_overrideFatalWarning() async {
0 commit comments