-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
chore: move more tests away from itest #22909
Merged
dsherret
merged 19 commits into
denoland:main
from
dsherret:chore_move_jsr_tests_away_from_itest
Mar 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
c0fd67d
chore: move jsr tests away from itest
dsherret accd47d
Move types, flags, and jupyter tests
dsherret c016a12
Merge branch 'main' into chore_move_jsr_tests_away_from_itest
dsherret 0773ab9
fix(node): resolve types via package.json for directory import (#22878)
dsherret 7b4656d
fix(cli): show asserts before leaks (#22904)
mmastrac 22e52b9
fix(cli): unbreak extension example and fix __runtime_js_sources (#22…
mmastrac 6e26304
fix(ext/node): DH (`dhKeyAgreement`) support for `createPrivateKey` …
littledivy 1f759fa
fix: typo in error from GPUBuffer.prototype.mapAsync (#22913)
testwill f3f28fd
fix(ext/node): crypto.getCipherInfo() (#22916)
littledivy d8b602d
fix(ext/node): support `spki` format in createPublicKey (#22918)
littledivy 8a2893f
fix(ext/node): Support private EC key signing (#22914)
littledivy 67816fc
chore: Forward 1.41.3 release commit (#22930)
nathanwhit 8c194c3
chore(cli): move away from PathBuf in clap (#22036)
lczerniawski ef57d37
fix(cli): sanitizer should ignore count of ops started before tests b…
mmastrac 9f04682
fix: handle cache body file not existing when using etag (#22931)
dsherret 8ae7c52
chore(lsp): add tests for compiler options being resolved relative th…
dsherret dffab05
chore(specs): use jsonc for metadata file (#22946)
dsherret e46a5b0
Merge branch 'main' into chore_move_jsr_tests_away_from_itest
dsherret 7d84db1
json -> jsonc
dsherret File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,11 @@ | ||
{ | ||
"base": "jsr", | ||
"steps": [{ | ||
"args": "run main.ts", | ||
"output": "main.out" | ||
}, { | ||
"cleanDenoDir": true, | ||
"args": "info main.ts", | ||
"output": "main_info.out" | ||
}] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,13 @@ | ||
{ | ||
"base": "jsr", | ||
"steps": [{ | ||
"args": "run -A analyzable.ts", | ||
"output": "analyzable.out", | ||
"exitCode": 1 | ||
}, { | ||
"cleanDenoDir": true, | ||
"args": "run -A nonanalyzable.ts", | ||
"output": "nonanalyzable.out", | ||
"exitCode": 1 | ||
}] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,6 @@ | ||
{ | ||
"base": "jsr", | ||
"args": "run main.ts", | ||
"output": "main.out", | ||
"exitCode": 1 | ||
} |
File renamed without changes.
File renamed without changes.
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,5 @@ | ||
{ | ||
"base": "jsr", | ||
"args": "run main.ts", | ||
"output": "main.out" | ||
} |
File renamed without changes.
File renamed without changes.
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,11 @@ | ||
{ | ||
"base": "jsr", | ||
"steps": [{ | ||
"args": "run main.ts", | ||
"output": "main.out" | ||
}, { | ||
"cleanDenoDir": true, | ||
"args": "info main.ts", | ||
"output": "main_info.out" | ||
}] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,14 @@ | ||
{ | ||
"base": "jsr", | ||
"steps": [{ | ||
"args": "run main.ts", | ||
"output": "main.out" | ||
}, { | ||
"cleanDenoDir": true, | ||
"args": "info main.ts", | ||
"output": "main_info.out" | ||
}, { | ||
"args": "run --quiet multiple.ts", | ||
"output": "multiple.out" | ||
}] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,6 @@ | ||
{ | ||
"base": "jsr", | ||
"args": "check --all main.ts", | ||
"output": "main.check.out", | ||
"exitCode": 1 | ||
} |
File renamed without changes.
File renamed without changes.
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,6 @@ | ||
{ | ||
"base": "jsr", | ||
"args": "run -A main.ts", | ||
"output": "main.out", | ||
"exitCode": 1 | ||
} |
File renamed without changes.
File renamed without changes.
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nathanwhit it might be a little challenging to move this automatically. We could maybe handle certain situations like where we see something like
jsr/node_module_graph/main.out
then seeingjsr/node_module_graph/
being used in the args too, Then stripping that from the args and output, moving this to the json, and copying/moving the folder over.