Skip to content
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

test: create issues for webpack-test failures #8551

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
39 changes: 39 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

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' }
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' }
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' }
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' }
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

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';
};
3 changes: 1 addition & 2 deletions tests/webpack-test/configCases/clean/dry/test.filter.js
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' }
4 changes: 4 additions & 0 deletions tests/webpack-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@
"postcss-pxtorem": "^6.0.0",
"pug-loader": "^2.4.0",
"raw-loader": "^4.0.2",
"bundle-loader": "^0.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-relay": "^14.1.0",
"rimraf": "3.0.2",
"mini-svg-data-uri": "^1.2.3",
"mime-types": "^2.1.27",
"url-loader": "^4.1.0",
"sass-embedded": "^1.77.8",
"sass-loader": "^16.0.0",
"source-map": "^0.7.4",
Expand Down
Loading