Skip to content

Commit 71c782a

Browse files
bwilkersoncommit-bot@chromium.org
authored andcommitted
One more change to get the analyzer_cli tests to all pass under preview-dart-2
Change-Id: I5913e5db484d6c285d4efd503200728c1166b787 Reviewed-on: https://dart-review.googlesource.com/48083 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Brian Wilkerson <[email protected]>
1 parent 2187286 commit 71c782a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkg/analyzer_cli/test/driver_test.dart

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,9 +960,11 @@ class OptionsTest extends BaseTest {
960960

961961
@failingTest
962962
test_useCFE() async {
963-
await drive('data/options_tests_project/test_file.dart',
964-
args: ['--use-cfe']);
965-
expect(driver.context.analysisOptions.useFastaParser, isTrue);
963+
// Disabled until integration with the CFE has been restarted.
964+
fail('Times out when run on a VM with --preview-dart-2 enabled');
965+
// await drive('data/options_tests_project/test_file.dart',
966+
// args: ['--use-cfe']);
967+
// expect(driver.context.analysisOptions.useFastaParser, isTrue);
966968
}
967969

968970
test_withFlags_overrideFatalWarning() async {

0 commit comments

Comments
 (0)