Skip to content

Update tests that are incompatible with 3.0.0 #1817

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 36 commits into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
80f0130
Fix first test
elliette Dec 9, 2022
3b78175
Fix another test
elliette Dec 9, 2022
78ddf72
Tried to fix third test
elliette Dec 9, 2022
106fb39
Trying to fix test again
elliette Dec 9, 2022
a2e26f8
Trying to fix more tests
elliette Dec 9, 2022
c18a336
More fixes
elliette Dec 9, 2022
35f440e
Fix another test - skipping in null-safety due to https://github.com/…
elliette Dec 9, 2022
d344798
Format
elliette Dec 9, 2022
225fe4c
Fix another test
elliette Dec 9, 2022
c82d501
Frontend server and sound null-safety are incompatible
elliette Dec 9, 2022
056d882
Format
elliette Dec 9, 2022
8f60853
Fix analyze error
elliette Dec 9, 2022
a956aa3
Fix a few more tests
elliette Dec 9, 2022
1d75011
fix analyzer errors
elliette Dec 9, 2022
3785481
Update more tests
elliette Dec 10, 2022
6936bdf
fix analyzer errors
elliette Dec 10, 2022
3728c10
Fix ternary
elliette Dec 12, 2022
034d2bb
Fix more tests
elliette Dec 12, 2022
56b2c46
Fix analyze error
elliette Dec 12, 2022
db6b25f
Fix more tests
elliette Dec 12, 2022
e57b549
Format
elliette Dec 12, 2022
2ff8ca0
Fix debug extension tests
elliette Dec 12, 2022
66246b7
More fixes to debug extension test
elliette Dec 12, 2022
33c98d5
More test fixes
elliette Dec 12, 2022
ead3aa6
Remove unused import
elliette Dec 12, 2022
7f3b9ba
Update build_daemon_callstack_test
elliette Dec 13, 2022
69acf60
Update build_daemon_circular_evaluate_test
elliette Dec 13, 2022
169598c
Update frontend_server_breakpoint_test
elliette Dec 13, 2022
93160fc
Update build_daemon_evaluate_test
elliette Dec 13, 2022
bcd2882
Update frontend_server_callstack_test
elliette Dec 13, 2022
dc66516
Update frontend_server_circular_evaluation_test
elliette Dec 13, 2022
fe1b09b
Update frontend_server_evaluate_test
elliette Dec 13, 2022
7343cac
Remove all version compatibility helpers except for supportedMode
elliette Dec 13, 2022
c61d524
Revert changes to devfs
elliette Dec 13, 2022
3a5a6c4
Reference issues in chrome proxy service tests
elliette Dec 13, 2022
8012a27
Update more tests
elliette Dec 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dwds/test/build_daemon_breakpoint_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import 'package:webkit_inspection_protocol/webkit_inspection_protocol.dart';
import 'fixtures/context.dart';

final context = TestContext(
directory: p.join('..', 'fixtures', '_testPackage'),
entry: p.join('..', 'fixtures', '_testPackage', 'web', 'main.dart'),
directory: p.join('..', 'fixtures', '_testPackageSound'),
entry: p.join('..', 'fixtures', '_testPackageSound', 'web', 'main.dart'),
path: 'index.html',
pathToServe: 'web');

Expand Down
Loading