-
-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: create issues for webpack-test failures
- create issues for failed webpack-test - delete test.filter.js for passed webpack-test
- Loading branch information
1 parent
2edb6b4
commit a73dbbe
Showing
13 changed files
with
51 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
tests/webpack-test/cases/compile/deduplication-bundle-loader/test.filter.js
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
tests/webpack-test/configCases/asset-modules/ignore/test.filter.js
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
// TODO: Should create a issue for this test | ||
module.exports = () => { return false } | ||
module.exports = () => { return 'https://github.com/web-infra-dev/rspack/issues/8531' } |
3 changes: 1 addition & 2 deletions
3
tests/webpack-test/configCases/asset-modules/query-and-custom-condition/test.filter.js
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
// TODO: Should create a issue for this test | ||
module.exports = () => { return false } | ||
module.exports = () => { return 'https://github.com/web-infra-dev/rspack/issues/8488' } |
3 changes: 1 addition & 2 deletions
3
tests/webpack-test/configCases/asset-modules/query-and-custom-encoder/test.filter.js
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
// TODO: Should create a issue for this test | ||
module.exports = () => { return false } | ||
module.exports = () => { return 'https://github.com/web-infra-dev/rspack/issues/8538' } |
3 changes: 1 addition & 2 deletions
3
tests/webpack-test/configCases/asset-modules/rule-generator-outputPath/test.filter.js
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
// TODO: Should create a issue for this test | ||
module.exports = () => { return false } | ||
module.exports = () => { return 'https://github.com/web-infra-dev/rspack/issues/8539' } |
1 change: 1 addition & 0 deletions
1
...test/configCases/asset-modules/unsafe-cache-13827/node_modules/package/file.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
...s/webpack-test/configCases/asset-modules/unsafe-cache-13827/node_modules/package/index.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
tests/webpack-test/configCases/asset-modules/unsafe-cache-13827/test.filter.js
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
tests/webpack-test/configCases/asset-url/target-web1/test.filter.js
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
tests/webpack-test/configCases/chunk-index/order-multiple-entries/test.filter.js
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// enable when support compilation.moduleGraph(unimplemented).getPreOrderIndex(unimplemented) | ||
// TODO: Should create a issue for this test | ||
module.exports = () => { | ||
return false; | ||
return 'https://github.com/web-infra-dev/rspack/issues/8548'; | ||
}; |
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
// TODO: Should create a issue for this test | ||
module.exports = () => { return false } | ||
module.exports = () => { return 'https://github.com/web-infra-dev/rspack/issues/8549' } |
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