Skip to content

Commit

Permalink
test: create issues for webpack-test failures
Browse files Browse the repository at this point in the history
- create issues for failed webpack-test
- delete test.filter.js for passed webpack-test
  • Loading branch information
GiveMe-A-Name committed Nov 27, 2024
1 parent 2edb6b4 commit a73dbbe
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 20 deletions.
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

0 comments on commit a73dbbe

Please sign in to comment.