Skip to content

Commit bdc6cb0

Browse files
Remove test that's difficult to author in multiple analyzer/build versions
We'll follow up by adding an integration test that runs the real builder
1 parent ad18873 commit bdc6cb0

4 files changed

Lines changed: 1 addition & 342 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
DART_VERSION="${{ steps.setup-dart.outputs.dart-version }}"
5454
if [[ "$DART_VERSION" =~ ^3 ]]; then
5555
./tool/delete_dart_2_only_files.sh
56-
./tool/update_tests_for_dart_3.sh
5756
# Stage these changes so they don't show up in the generated file `git diff` check below
5857
git add .
5958
fi
@@ -146,7 +145,6 @@ jobs:
146145
DART_VERSION="${{ steps.setup-dart.outputs.dart-version }}"
147146
if [[ "$DART_VERSION" =~ ^3 ]]; then
148147
./tool/delete_dart_2_only_files.sh
149-
./tool/update_tests_for_dart_3.sh
150148
fi
151149
152150
- name: Analyze package source
@@ -196,7 +194,7 @@ jobs:
196194
run: |
197195
DART_VERSION="${{ steps.setup-dart.outputs.dart-version }}"
198196
if [[ "$DART_VERSION" =~ ^3 ]]; then
199-
(cd ../.. && ./tool/delete_dart_2_only_files.sh && ./tool/update_tests_for_dart_3.sh)
197+
(cd ../.. && ./tool/delete_dart_2_only_files.sh)
200198
fi
201199
202200
- name: Validate dependencies

test/vm_tests/builder/over_react_builder_test.dart

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

tool/update_tests_for_dart_3.sh

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

tool/update_tests_for_dart_3/build_test_3_updates.patch

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

0 commit comments

Comments
 (0)