forked from dart-lang/webdev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing breakpoints in library part files and data race
- Record library part paths in debugger tables properly. Make sure that we have module and library recorded for part scripts, in `MetadataProvider` and `Modules`, - Calculate locations for module atomically in `Locations`. This fixes intermittent 'Oh, snap!' in chrome due to a data race in location computation if several breakpoints are set in the same dart library. - Update test fixtures to include part files. - Add tests for frontend server and build runner scenarios. Closes: dart-lang#1271
- Loading branch information
Anna Gringauze
committed
Apr 7, 2021
1 parent
a8eba47
commit a54b3f0
Showing
13 changed files
with
438 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.