forked from microsoft/vscode-js-debug
-
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.
Clean up int-chrome tests, port some (microsoft#306)
* Add hit condition tests * Add tests for conditional breakpoints * Delete unneeded int-chrome tests * Add test that runs create-react-app * Clean up testdata/ and remaining int-chrome references * Fix env var spelling * Fix "invalid condition" test * Categorize tests correctly * Disable framework tests for Windows * Make React test a substring test * Add new devops pipeline config
- Loading branch information
1 parent
9991f30
commit c1bb814
Showing
271 changed files
with
397 additions
and
48,625 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Run on a schedule | ||
trigger: none | ||
pr: none | ||
|
||
jobs: | ||
- job: macOS | ||
pool: | ||
vmImage: 'macOS-10.13' | ||
steps: | ||
- template: common-validation.yml | ||
parameters: | ||
runFrameworkTests: true | ||
|
||
- job: Linux | ||
pool: | ||
vmImage: 'ubuntu-16.04' | ||
steps: | ||
- template: common-validation.yml | ||
parameters: | ||
runFrameworkTests: true | ||
|
||
- job: Windows | ||
pool: | ||
vmImage: 'vs2017-win2016' | ||
steps: | ||
- template: common-validation.yml |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.