diff --git a/tests/webpack-test/cases/large/many-replacements/test.filter.js b/tests/webpack-test/cases/large/many-replacements/test.filter.js index de62cf5195d..718725c27b5 100644 --- a/tests/webpack-test/cases/large/many-replacements/test.filter.js +++ b/tests/webpack-test/cases/large/many-replacements/test.filter.js @@ -2,4 +2,5 @@ // return !process.env.CI; // }; +// TODO: Should create a issue for this test module.exports = () => false // passed it, but it's too slow diff --git a/tests/webpack-test/cases/parsing/optional-catch-binding/test.filter.js b/tests/webpack-test/cases/parsing/optional-catch-binding/test.filter.js index ddb1f7680fe..1ce320ce005 100644 --- a/tests/webpack-test/cases/parsing/optional-catch-binding/test.filter.js +++ b/tests/webpack-test/cases/parsing/optional-catch-binding/test.filter.js @@ -1,11 +1,10 @@ const supportsOptionalCatchBinding = require("../../../helpers/supportsOptionalCatchBinding"); -module.exports = function(config) { +module.exports = function (config) { // XXX: Disable this test if Terser is used because it does not support ES 2019 if (config.mode === "production") { return false; } return supportsOptionalCatchBinding(); }; - \ No newline at end of file diff --git a/tests/webpack-test/cases/wasm/v128/test.filter.js b/tests/webpack-test/cases/wasm/v128/test.filter.js index e2b403426cf..8fda5884ec7 100644 --- a/tests/webpack-test/cases/wasm/v128/test.filter.js +++ b/tests/webpack-test/cases/wasm/v128/test.filter.js @@ -1,6 +1,7 @@ const supportsWebAssembly = require("../../../helpers/supportsWebAssembly"); const supportsFeature = require("webassembly-feature"); +// TODO: Should create a issue for this test module.exports = function (config) { // CompileError: WebAssembly.instantiate(): Compiling function #0 failed: memory instruction with no memory @+27 return false diff --git a/tests/webpack-test/configCases/additional-pass/simple/test.filter.js b/tests/webpack-test/configCases/additional-pass/simple/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/additional-pass/simple/test.filter.js +++ b/tests/webpack-test/configCases/additional-pass/simple/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/amd/disabled/test.filter.js b/tests/webpack-test/configCases/amd/disabled/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/amd/disabled/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/asset-emitted/normal/test.filter.js b/tests/webpack-test/configCases/asset-emitted/normal/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-emitted/normal/test.filter.js +++ b/tests/webpack-test/configCases/asset-emitted/normal/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-modules/base-uri/test.filter.js b/tests/webpack-test/configCases/asset-modules/base-uri/test.filter.js deleted file mode 100644 index 4108ffb37d9..00000000000 --- a/tests/webpack-test/configCases/asset-modules/base-uri/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} \ No newline at end of file diff --git a/tests/webpack-test/configCases/asset-modules/custom-condition/test.filter.js b/tests/webpack-test/configCases/asset-modules/custom-condition/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-modules/custom-condition/test.filter.js +++ b/tests/webpack-test/configCases/asset-modules/custom-condition/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-modules/custom-encoder/test.filter.js b/tests/webpack-test/configCases/asset-modules/custom-encoder/test.filter.js deleted file mode 100644 index ddf6fb5ca2f..00000000000 --- a/tests/webpack-test/configCases/asset-modules/custom-encoder/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => { return true } \ No newline at end of file diff --git a/tests/webpack-test/configCases/asset-modules/file-url/test.filter.js b/tests/webpack-test/configCases/asset-modules/file-url/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-modules/file-url/test.filter.js +++ b/tests/webpack-test/configCases/asset-modules/file-url/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-modules/global-options/test.filter.js b/tests/webpack-test/configCases/asset-modules/global-options/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-modules/global-options/test.filter.js +++ b/tests/webpack-test/configCases/asset-modules/global-options/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-modules/http-url/test.filter.js b/tests/webpack-test/configCases/asset-modules/http-url/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-modules/http-url/test.filter.js +++ b/tests/webpack-test/configCases/asset-modules/http-url/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-modules/ignore/test.filter.js b/tests/webpack-test/configCases/asset-modules/ignore/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-modules/ignore/test.filter.js +++ b/tests/webpack-test/configCases/asset-modules/ignore/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-modules/input-data-url-encoding/test.filter.js b/tests/webpack-test/configCases/asset-modules/input-data-url-encoding/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-modules/input-data-url-encoding/test.filter.js +++ b/tests/webpack-test/configCases/asset-modules/input-data-url-encoding/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-modules/opus/test.filter.js b/tests/webpack-test/configCases/asset-modules/opus/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/asset-modules/opus/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/asset-modules/overridePath/test.filter.js b/tests/webpack-test/configCases/asset-modules/overridePath/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/asset-modules/overridePath/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/asset-modules/path/test.filter.js b/tests/webpack-test/configCases/asset-modules/path/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/asset-modules/path/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/asset-modules/query-and-custom-condition/test.filter.js b/tests/webpack-test/configCases/asset-modules/query-and-custom-condition/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-modules/query-and-custom-condition/test.filter.js +++ b/tests/webpack-test/configCases/asset-modules/query-and-custom-condition/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-modules/query-and-custom-encoder/test.filter.js b/tests/webpack-test/configCases/asset-modules/query-and-custom-encoder/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-modules/query-and-custom-encoder/test.filter.js +++ b/tests/webpack-test/configCases/asset-modules/query-and-custom-encoder/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-modules/real-content-hash/test.filter.js b/tests/webpack-test/configCases/asset-modules/real-content-hash/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-modules/real-content-hash/test.filter.js +++ b/tests/webpack-test/configCases/asset-modules/real-content-hash/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-modules/rule-generator-outputPath/test.filter.js b/tests/webpack-test/configCases/asset-modules/rule-generator-outputPath/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-modules/rule-generator-outputPath/test.filter.js +++ b/tests/webpack-test/configCases/asset-modules/rule-generator-outputPath/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-modules/rule-generator-publicPath-override/test.filter.js b/tests/webpack-test/configCases/asset-modules/rule-generator-publicPath-override/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/asset-modules/rule-generator-publicPath-override/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/asset-modules/rule-generator-publicPath/test.filter.js b/tests/webpack-test/configCases/asset-modules/rule-generator-publicPath/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/asset-modules/rule-generator-publicPath/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/asset-modules/unsafe-cache-13827/test.filter.js b/tests/webpack-test/configCases/asset-modules/unsafe-cache-13827/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-modules/unsafe-cache-13827/test.filter.js +++ b/tests/webpack-test/configCases/asset-modules/unsafe-cache-13827/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-url/target-node3/test.filter.js b/tests/webpack-test/configCases/asset-url/target-node3/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-url/target-node3/test.filter.js +++ b/tests/webpack-test/configCases/asset-url/target-node3/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/asset-url/target-web1/test.filter.js b/tests/webpack-test/configCases/asset-url/target-web1/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/asset-url/target-web1/test.filter.js +++ b/tests/webpack-test/configCases/asset-url/target-web1/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/assets/delete-asset/test.filter.js b/tests/webpack-test/configCases/assets/delete-asset/test.filter.js deleted file mode 100644 index 98e4afe7608..00000000000 --- a/tests/webpack-test/configCases/assets/delete-asset/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} diff --git a/tests/webpack-test/configCases/async-library/1-use-library/test.filter.js b/tests/webpack-test/configCases/async-library/1-use-library/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/async-library/1-use-library/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/chunk-index/order-multiple-entries/test.filter.js b/tests/webpack-test/configCases/chunk-index/order-multiple-entries/test.filter.js index 528a784a706..3f77f9ff985 100644 --- a/tests/webpack-test/configCases/chunk-index/order-multiple-entries/test.filter.js +++ b/tests/webpack-test/configCases/chunk-index/order-multiple-entries/test.filter.js @@ -1,4 +1,5 @@ // enable when support compilation.moduleGraph(unimplemented).getPreOrderIndex(unimplemented) +// TODO: Should create a issue for this test module.exports = () => { return false; }; diff --git a/tests/webpack-test/configCases/clean/dry/test.filter.js b/tests/webpack-test/configCases/clean/dry/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/clean/dry/test.filter.js +++ b/tests/webpack-test/configCases/clean/dry/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/clean/ignore-fn/test.filter.js b/tests/webpack-test/configCases/clean/ignore-fn/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/clean/ignore-fn/test.filter.js +++ b/tests/webpack-test/configCases/clean/ignore-fn/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/clean/ignore-hook/test.filter.js b/tests/webpack-test/configCases/clean/ignore-hook/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/clean/ignore-hook/test.filter.js +++ b/tests/webpack-test/configCases/clean/ignore-hook/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/clean/ignore-rx/test.filter.js b/tests/webpack-test/configCases/clean/ignore-rx/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/clean/ignore-rx/test.filter.js +++ b/tests/webpack-test/configCases/clean/ignore-rx/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/clean/link/test.filter.js b/tests/webpack-test/configCases/clean/link/test.filter.js index 1d850c8ab00..e168be9381d 100644 --- a/tests/webpack-test/configCases/clean/link/test.filter.js +++ b/tests/webpack-test/configCases/clean/link/test.filter.js @@ -16,4 +16,5 @@ // } // }; -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/code-generation/require-context-id/test.filter.js b/tests/webpack-test/configCases/code-generation/require-context-id/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/code-generation/require-context-id/test.filter.js +++ b/tests/webpack-test/configCases/code-generation/require-context-id/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/code-generation/use-strict/test.filter.js b/tests/webpack-test/configCases/code-generation/use-strict/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/code-generation/use-strict/test.filter.js +++ b/tests/webpack-test/configCases/code-generation/use-strict/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/concatenate-modules/destructuring-assignment-with-default-value-and-variable-collision-nested/test.filter.js b/tests/webpack-test/configCases/concatenate-modules/destructuring-assignment-with-default-value-and-variable-collision-nested/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/concatenate-modules/destructuring-assignment-with-default-value-and-variable-collision-nested/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/concatenate-modules/destructuring-assignment-with-default-value-and-variable-collision-simple/test.filter.js b/tests/webpack-test/configCases/concatenate-modules/destructuring-assignment-with-default-value-and-variable-collision-simple/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/concatenate-modules/destructuring-assignment-with-default-value-and-variable-collision-simple/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/concatenate-modules/import-module/test.filter.js b/tests/webpack-test/configCases/concatenate-modules/import-module/test.filter.js index 55a36c5fed7..f9e63eddc0d 100644 --- a/tests/webpack-test/configCases/concatenate-modules/import-module/test.filter.js +++ b/tests/webpack-test/configCases/concatenate-modules/import-module/test.filter.js @@ -1,3 +1,5 @@ +// TODO: Should create a issue for this test +// TODO: This test would painic, we should not painic when build module.exports = () => { return false; }; diff --git a/tests/webpack-test/configCases/concatenate-modules/issue-13022/test.filter.js b/tests/webpack-test/configCases/concatenate-modules/issue-13022/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/concatenate-modules/issue-13022/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/concatenate-modules/load-chunk-function/test.filter.js b/tests/webpack-test/configCases/concatenate-modules/load-chunk-function/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/concatenate-modules/load-chunk-function/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/concatenate-modules/rename-10168/test.filter.js b/tests/webpack-test/configCases/concatenate-modules/rename-10168/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/concatenate-modules/rename-10168/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/concatenate-modules/side-effects/test.filter.js b/tests/webpack-test/configCases/concatenate-modules/side-effects/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/concatenate-modules/side-effects/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/concatenate-modules/split-chunk-entry-module/test.filter.js b/tests/webpack-test/configCases/concatenate-modules/split-chunk-entry-module/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/concatenate-modules/split-chunk-entry-module/test.filter.js +++ b/tests/webpack-test/configCases/concatenate-modules/split-chunk-entry-module/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/contenthash/assets/test.filter.js b/tests/webpack-test/configCases/contenthash/assets/test.filter.js index f0f4fcffbf4..d0539b037dd 100644 --- a/tests/webpack-test/configCases/contenthash/assets/test.filter.js +++ b/tests/webpack-test/configCases/contenthash/assets/test.filter.js @@ -1,2 +1,3 @@ // blocked by https://github.com/web-infra-dev/rspack/issues/3465 -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/contenthash/include-chunk-id/test.filter.js b/tests/webpack-test/configCases/contenthash/include-chunk-id/test.filter.js index 72f7b8e8149..4f680a31cb8 100644 --- a/tests/webpack-test/configCases/contenthash/include-chunk-id/test.filter.js +++ b/tests/webpack-test/configCases/contenthash/include-chunk-id/test.filter.js @@ -1,2 +1,3 @@ // blocked by chunkIds -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/context-exclusion/simple/test.filter.js b/tests/webpack-test/configCases/context-exclusion/simple/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/context-exclusion/simple/test.filter.js +++ b/tests/webpack-test/configCases/context-exclusion/simple/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/context-replacement/a/test.filter.js b/tests/webpack-test/configCases/context-replacement/a/test.filter.js index 7910c8152ef..042493e42a5 100644 --- a/tests/webpack-test/configCases/context-replacement/a/test.filter.js +++ b/tests/webpack-test/configCases/context-replacement/a/test.filter.js @@ -1 +1,2 @@ -module.exports = () => { return false } \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/context-replacement/b/test.filter.js b/tests/webpack-test/configCases/context-replacement/b/test.filter.js deleted file mode 100644 index 7910c8152ef..00000000000 --- a/tests/webpack-test/configCases/context-replacement/b/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => { return false } \ No newline at end of file diff --git a/tests/webpack-test/configCases/context-replacement/c/test.filter.js b/tests/webpack-test/configCases/context-replacement/c/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/context-replacement/c/test.filter.js +++ b/tests/webpack-test/configCases/context-replacement/c/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/context-replacement/d/test.filter.js b/tests/webpack-test/configCases/context-replacement/d/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/context-replacement/d/test.filter.js +++ b/tests/webpack-test/configCases/context-replacement/d/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/context-replacement/e/test.filter.js b/tests/webpack-test/configCases/context-replacement/e/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/context-replacement/e/test.filter.js +++ b/tests/webpack-test/configCases/context-replacement/e/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/css/css-modules-in-node/test.filter.js b/tests/webpack-test/configCases/css/css-modules-in-node/test.filter.js index 76fdd9825fb..77af9d801d3 100644 --- a/tests/webpack-test/configCases/css/css-modules-in-node/test.filter.js +++ b/tests/webpack-test/configCases/css/css-modules-in-node/test.filter.js @@ -1,2 +1,3 @@ // do not support webpack.ids.DeterministicModuleIdsPlugin +// TODO: Should create a issue for this test module.exports = () => false; diff --git a/tests/webpack-test/configCases/css/css-modules/test.filter.js b/tests/webpack-test/configCases/css/css-modules/test.filter.js index 76fdd9825fb..77af9d801d3 100644 --- a/tests/webpack-test/configCases/css/css-modules/test.filter.js +++ b/tests/webpack-test/configCases/css/css-modules/test.filter.js @@ -1,2 +1,3 @@ // do not support webpack.ids.DeterministicModuleIdsPlugin +// TODO: Should create a issue for this test module.exports = () => false; diff --git a/tests/webpack-test/configCases/css/exports-in-node/test.filter.js b/tests/webpack-test/configCases/css/exports-in-node/test.filter.js deleted file mode 100644 index 491f730b1eb..00000000000 --- a/tests/webpack-test/configCases/css/exports-in-node/test.filter.js +++ /dev/null @@ -1,2 +0,0 @@ -// webpack css lexer support pattern like "abc/****/ /* hello world *//****/ def" -module.exports = () => false; diff --git a/tests/webpack-test/configCases/css/urls/test.filter.js b/tests/webpack-test/configCases/css/urls/test.filter.js index 0ba64710234..49790b866ac 100644 --- a/tests/webpack-test/configCases/css/urls/test.filter.js +++ b/tests/webpack-test/configCases/css/urls/test.filter.js @@ -1 +1,2 @@ +// TODO: Should create a issue for this test module.exports = () => false; diff --git a/tests/webpack-test/configCases/custom-modules/json-custom/test.filter.js b/tests/webpack-test/configCases/custom-modules/json-custom/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/custom-modules/json-custom/test.filter.js +++ b/tests/webpack-test/configCases/custom-modules/json-custom/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/custom-source-type/localization/test.filter.js b/tests/webpack-test/configCases/custom-source-type/localization/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/custom-source-type/localization/test.filter.js +++ b/tests/webpack-test/configCases/custom-source-type/localization/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/deep-scope-analysis/remove-export-scope-hoisting/test.filter.js b/tests/webpack-test/configCases/deep-scope-analysis/remove-export-scope-hoisting/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/deep-scope-analysis/remove-export-scope-hoisting/test.filter.js +++ b/tests/webpack-test/configCases/deep-scope-analysis/remove-export-scope-hoisting/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/deep-scope-analysis/remove-export/test.filter.js b/tests/webpack-test/configCases/deep-scope-analysis/remove-export/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/deep-scope-analysis/remove-export/test.filter.js +++ b/tests/webpack-test/configCases/deep-scope-analysis/remove-export/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/delegated-hash/simple/test.filter.js b/tests/webpack-test/configCases/delegated-hash/simple/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/delegated-hash/simple/test.filter.js +++ b/tests/webpack-test/configCases/delegated-hash/simple/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/delegated/simple/test.filter.js b/tests/webpack-test/configCases/delegated/simple/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/delegated/simple/test.filter.js +++ b/tests/webpack-test/configCases/delegated/simple/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/deprecations/chunk-and-module/test.filter.js b/tests/webpack-test/configCases/deprecations/chunk-and-module/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/deprecations/chunk-and-module/test.filter.js +++ b/tests/webpack-test/configCases/deprecations/chunk-and-module/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/deprecations/chunk-files/test.filter.js b/tests/webpack-test/configCases/deprecations/chunk-files/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/deprecations/chunk-files/test.filter.js +++ b/tests/webpack-test/configCases/deprecations/chunk-files/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/deprecations/config/test.filter.js b/tests/webpack-test/configCases/deprecations/config/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/deprecations/config/test.filter.js +++ b/tests/webpack-test/configCases/deprecations/config/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/deprecations/invalid-dependencies/test.filter.js b/tests/webpack-test/configCases/deprecations/invalid-dependencies/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/deprecations/invalid-dependencies/test.filter.js +++ b/tests/webpack-test/configCases/deprecations/invalid-dependencies/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/deprecations/non-unique-hash/test.filter.js b/tests/webpack-test/configCases/deprecations/non-unique-hash/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/deprecations/non-unique-hash/test.filter.js +++ b/tests/webpack-test/configCases/deprecations/non-unique-hash/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/entry/entry-base-uri/test.filter.js b/tests/webpack-test/configCases/entry/entry-base-uri/test.filter.js deleted file mode 100644 index 4108ffb37d9..00000000000 --- a/tests/webpack-test/configCases/entry/entry-base-uri/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} \ No newline at end of file diff --git a/tests/webpack-test/configCases/entry/issue-13637/test.filter.js b/tests/webpack-test/configCases/entry/issue-13637/test.filter.js deleted file mode 100644 index 4108ffb37d9..00000000000 --- a/tests/webpack-test/configCases/entry/issue-13637/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} \ No newline at end of file diff --git a/tests/webpack-test/configCases/entry/no-chunking/test.filter.js b/tests/webpack-test/configCases/entry/no-chunking/test.filter.js deleted file mode 100644 index 4108ffb37d9..00000000000 --- a/tests/webpack-test/configCases/entry/no-chunking/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} \ No newline at end of file diff --git a/tests/webpack-test/configCases/entry/weird-names/test.filter.js b/tests/webpack-test/configCases/entry/weird-names/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/entry/weird-names/test.filter.js +++ b/tests/webpack-test/configCases/entry/weird-names/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/entry/weird-names2/test.filter.js b/tests/webpack-test/configCases/entry/weird-names2/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/entry/weird-names2/test.filter.js +++ b/tests/webpack-test/configCases/entry/weird-names2/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/errors/asset-options-validation/test.filter.js b/tests/webpack-test/configCases/errors/asset-options-validation/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/errors/asset-options-validation/test.filter.js +++ b/tests/webpack-test/configCases/errors/asset-options-validation/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/errors/case-emit/test.filter.js b/tests/webpack-test/configCases/errors/case-emit/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/errors/case-emit/test.filter.js +++ b/tests/webpack-test/configCases/errors/case-emit/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/errors/entry-not-found/test.filter.js b/tests/webpack-test/configCases/errors/entry-not-found/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/errors/entry-not-found/test.filter.js +++ b/tests/webpack-test/configCases/errors/entry-not-found/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/errors/exception-in-chunk-renderer/test.filter.js b/tests/webpack-test/configCases/errors/exception-in-chunk-renderer/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/errors/exception-in-chunk-renderer/test.filter.js +++ b/tests/webpack-test/configCases/errors/exception-in-chunk-renderer/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/externals/async-externals/test.filter.js b/tests/webpack-test/configCases/externals/async-externals/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/externals/async-externals/test.filter.js +++ b/tests/webpack-test/configCases/externals/async-externals/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/externals/externals-array/test.filter.js b/tests/webpack-test/configCases/externals/externals-array/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/externals/externals-array/test.filter.js +++ b/tests/webpack-test/configCases/externals/externals-array/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/externals/externals-in-commons-chunk/test.filter.js b/tests/webpack-test/configCases/externals/externals-in-commons-chunk/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/externals/externals-in-commons-chunk/test.filter.js +++ b/tests/webpack-test/configCases/externals/externals-in-commons-chunk/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/externals/externals-system-custom/test.filter.js b/tests/webpack-test/configCases/externals/externals-system-custom/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/externals/externals-system-custom/test.filter.js +++ b/tests/webpack-test/configCases/externals/externals-system-custom/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/externals/import-attributes/test.filter.js b/tests/webpack-test/configCases/externals/import-attributes/test.filter.js index 1ebdc68c707..28d3a82d21b 100644 --- a/tests/webpack-test/configCases/externals/import-attributes/test.filter.js +++ b/tests/webpack-test/configCases/externals/import-attributes/test.filter.js @@ -1,3 +1,6 @@ + +// TODO: Should create a issue for this test +// TODO: _painic module.exports = () => { // return /^v(2[2-9])/.test(process.version); return false; diff --git a/tests/webpack-test/configCases/externals/optional-externals-root/test.filter.js b/tests/webpack-test/configCases/externals/optional-externals-root/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/externals/optional-externals-root/test.filter.js +++ b/tests/webpack-test/configCases/externals/optional-externals-root/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/externals/optional-externals-umd/test.filter.js b/tests/webpack-test/configCases/externals/optional-externals-umd/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/externals/optional-externals-umd/test.filter.js +++ b/tests/webpack-test/configCases/externals/optional-externals-umd/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/externals/optional-externals-umd2-mixed/test.filter.js b/tests/webpack-test/configCases/externals/optional-externals-umd2-mixed/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/externals/optional-externals-umd2-mixed/test.filter.js +++ b/tests/webpack-test/configCases/externals/optional-externals-umd2-mixed/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/externals/optional-externals-umd2/test.filter.js b/tests/webpack-test/configCases/externals/optional-externals-umd2/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/externals/optional-externals-umd2/test.filter.js +++ b/tests/webpack-test/configCases/externals/optional-externals-umd2/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/externals/resolve/test.filter.js b/tests/webpack-test/configCases/externals/resolve/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/externals/resolve/test.filter.js +++ b/tests/webpack-test/configCases/externals/resolve/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/filename-template/filename-function/test.filter.js b/tests/webpack-test/configCases/filename-template/filename-function/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/filename-template/filename-function/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/filename-template/split-chunks-filename/test.filter.js b/tests/webpack-test/configCases/filename-template/split-chunks-filename/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/filename-template/split-chunks-filename/test.filter.js +++ b/tests/webpack-test/configCases/filename-template/split-chunks-filename/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/hash-length/deterministic-module-ids/test.filter.js b/tests/webpack-test/configCases/hash-length/deterministic-module-ids/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/hash-length/deterministic-module-ids/test.filter.js +++ b/tests/webpack-test/configCases/hash-length/deterministic-module-ids/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/hash-length/hashed-module-ids/test.filter.js b/tests/webpack-test/configCases/hash-length/hashed-module-ids/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/hash-length/hashed-module-ids/test.filter.js +++ b/tests/webpack-test/configCases/hash-length/hashed-module-ids/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/hash-length/output-filename/test.filter.js b/tests/webpack-test/configCases/hash-length/output-filename/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/hash-length/output-filename/test.filter.js +++ b/tests/webpack-test/configCases/hash-length/output-filename/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/inner-graph/altaskitButton/test.filter.js b/tests/webpack-test/configCases/inner-graph/altaskitButton/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/altaskitButton/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/blockScopes/test.filter.js b/tests/webpack-test/configCases/inner-graph/blockScopes/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/inner-graph/blockScopes/test.filter.js +++ b/tests/webpack-test/configCases/inner-graph/blockScopes/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/inner-graph/class/test.filter.js b/tests/webpack-test/configCases/inner-graph/class/test.filter.js index 19f02475018..12664ccac2e 100644 --- a/tests/webpack-test/configCases/inner-graph/class/test.filter.js +++ b/tests/webpack-test/configCases/inner-graph/class/test.filter.js @@ -4,4 +4,5 @@ // return supportsClassFields(); // }; -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/inner-graph/const/test.filter.js b/tests/webpack-test/configCases/inner-graph/const/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/inner-graph/const/test.filter.js +++ b/tests/webpack-test/configCases/inner-graph/const/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/inner-graph/defaultArrow/test.filter.js b/tests/webpack-test/configCases/inner-graph/defaultArrow/test.filter.js deleted file mode 100644 index 98e4afe7608..00000000000 --- a/tests/webpack-test/configCases/inner-graph/defaultArrow/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} diff --git a/tests/webpack-test/configCases/inner-graph/defaultClass/test.filter.js b/tests/webpack-test/configCases/inner-graph/defaultClass/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/defaultClass/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/defaultExpression/test.filter.js b/tests/webpack-test/configCases/inner-graph/defaultExpression/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/defaultExpression/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/defaultFunction/test.filter.js b/tests/webpack-test/configCases/inner-graph/defaultFunction/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/defaultFunction/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/defaultFunctionExpression/test.filter.js b/tests/webpack-test/configCases/inner-graph/defaultFunctionExpression/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/defaultFunctionExpression/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/defaultId/test.filter.js b/tests/webpack-test/configCases/inner-graph/defaultId/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/defaultId/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/defaultNamedFunction/test.filter.js b/tests/webpack-test/configCases/inner-graph/defaultNamedFunction/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/defaultNamedFunction/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/defaultNamedFunctionExpression/test.filter.js b/tests/webpack-test/configCases/inner-graph/defaultNamedFunctionExpression/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/defaultNamedFunctionExpression/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/eval-bailout/test.filter.js b/tests/webpack-test/configCases/inner-graph/eval-bailout/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/eval-bailout/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/export/test.filter.js b/tests/webpack-test/configCases/inner-graph/export/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/export/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/importAll/test.filter.js b/tests/webpack-test/configCases/inner-graph/importAll/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/importAll/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/issue-11678/test.filter.js b/tests/webpack-test/configCases/inner-graph/issue-11678/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/issue-11678/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/issue-12669-mini/test.filter.js b/tests/webpack-test/configCases/inner-graph/issue-12669-mini/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/issue-12669-mini/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/issue-12669/test.filter.js b/tests/webpack-test/configCases/inner-graph/issue-12669/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/inner-graph/issue-12669/test.filter.js +++ b/tests/webpack-test/configCases/inner-graph/issue-12669/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/inner-graph/localReference/test.filter.js b/tests/webpack-test/configCases/inner-graph/localReference/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/localReference/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/nested/test.filter.js b/tests/webpack-test/configCases/inner-graph/nested/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/nested/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/pure/test.filter.js b/tests/webpack-test/configCases/inner-graph/pure/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/pure/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/ramdaIdentical/test.filter.js b/tests/webpack-test/configCases/inner-graph/ramdaIdentical/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/ramdaIdentical/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/specifier/test.filter.js b/tests/webpack-test/configCases/inner-graph/specifier/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/inner-graph/specifier/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/inner-graph/varNotWritten/test.filter.js b/tests/webpack-test/configCases/inner-graph/varNotWritten/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/inner-graph/varNotWritten/test.filter.js +++ b/tests/webpack-test/configCases/inner-graph/varNotWritten/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/inner-graph/varWritten/test.filter.js b/tests/webpack-test/configCases/inner-graph/varWritten/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/inner-graph/varWritten/test.filter.js +++ b/tests/webpack-test/configCases/inner-graph/varWritten/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/json/tree-shaking-default/test.filter.js b/tests/webpack-test/configCases/json/tree-shaking-default/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/json/tree-shaking-default/test.filter.js +++ b/tests/webpack-test/configCases/json/tree-shaking-default/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/layer/rules/test.filter.js b/tests/webpack-test/configCases/layer/rules/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/layer/rules/test.filter.js +++ b/tests/webpack-test/configCases/layer/rules/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/library/1-use-library/test.filter.js b/tests/webpack-test/configCases/library/1-use-library/test.filter.js deleted file mode 100644 index 6b1e3a76548..00000000000 --- a/tests/webpack-test/configCases/library/1-use-library/test.filter.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = () => { - // Not all test cases are supported. - // See "https://github.com/web-infra-dev/rspack/issues/4313". - return true; -}; diff --git a/tests/webpack-test/configCases/loaders/#-issue-14755-#/test.filter.js b/tests/webpack-test/configCases/loaders/#-issue-14755-#/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/loaders/#-issue-14755-#/test.filter.js +++ b/tests/webpack-test/configCases/loaders/#-issue-14755-#/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/loaders/issue-9053/test.filter.js b/tests/webpack-test/configCases/loaders/issue-9053/test.filter.js deleted file mode 100644 index 4108ffb37d9..00000000000 --- a/tests/webpack-test/configCases/loaders/issue-9053/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} \ No newline at end of file diff --git a/tests/webpack-test/configCases/loaders/options/test.filter.js b/tests/webpack-test/configCases/loaders/options/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/loaders/options/test.filter.js +++ b/tests/webpack-test/configCases/loaders/options/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/managedPaths/futureDefaults/test.filter.js b/tests/webpack-test/configCases/managedPaths/futureDefaults/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/managedPaths/futureDefaults/test.filter.js +++ b/tests/webpack-test/configCases/managedPaths/futureDefaults/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/mangle/mangle-with-object-prop/test.filter.js b/tests/webpack-test/configCases/mangle/mangle-with-object-prop/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/mangle/mangle-with-object-prop/test.filter.js +++ b/tests/webpack-test/configCases/mangle/mangle-with-object-prop/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/optimization/chunk/test.filter.js b/tests/webpack-test/configCases/optimization/chunk/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/optimization/chunk/test.filter.js +++ b/tests/webpack-test/configCases/optimization/chunk/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/optimization/hashed-module-ids/test.filter.js b/tests/webpack-test/configCases/optimization/hashed-module-ids/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/optimization/hashed-module-ids/test.filter.js +++ b/tests/webpack-test/configCases/optimization/hashed-module-ids/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/optimization/runtime-specific-used-exports2/test.filter.js b/tests/webpack-test/configCases/optimization/runtime-specific-used-exports2/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/optimization/runtime-specific-used-exports2/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/output-module/non-webpack-require/test.filter.js b/tests/webpack-test/configCases/output-module/non-webpack-require/test.filter.js deleted file mode 100644 index ad4dc826959..00000000000 --- a/tests/webpack-test/configCases/output-module/non-webpack-require/test.filter.js +++ /dev/null @@ -1,5 +0,0 @@ -const supportsRequireInModule = require("../../../helpers/supportsRequireInModule"); - -module.exports = () => { - return supportsRequireInModule(); -}; diff --git a/tests/webpack-test/configCases/output/function/test.filter.js b/tests/webpack-test/configCases/output/function/test.filter.js deleted file mode 100644 index be96fcb7404..00000000000 --- a/tests/webpack-test/configCases/output/function/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => true \ No newline at end of file diff --git a/tests/webpack-test/configCases/output/inner-dirs-entries/test.filter.js b/tests/webpack-test/configCases/output/inner-dirs-entries/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/output/inner-dirs-entries/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/output/publicPath-web/test.filter.js b/tests/webpack-test/configCases/output/publicPath-web/test.filter.js deleted file mode 100644 index be96fcb7404..00000000000 --- a/tests/webpack-test/configCases/output/publicPath-web/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => true \ No newline at end of file diff --git a/tests/webpack-test/configCases/parsing/context/test.filter.js b/tests/webpack-test/configCases/parsing/context/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/parsing/context/test.filter.js +++ b/tests/webpack-test/configCases/parsing/context/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/parsing/harmony-this-concat/test.filter.js b/tests/webpack-test/configCases/parsing/harmony-this-concat/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/parsing/harmony-this-concat/test.filter.js +++ b/tests/webpack-test/configCases/parsing/harmony-this-concat/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/parsing/issue-14545/test.filter.js b/tests/webpack-test/configCases/parsing/issue-14545/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/parsing/issue-14545/test.filter.js +++ b/tests/webpack-test/configCases/parsing/issue-14545/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/parsing/issue-2942/test.filter.js b/tests/webpack-test/configCases/parsing/issue-2942/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/parsing/issue-2942/test.filter.js +++ b/tests/webpack-test/configCases/parsing/issue-2942/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/parsing/issue-8293/test.filter.js b/tests/webpack-test/configCases/parsing/issue-8293/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/parsing/issue-8293/test.filter.js +++ b/tests/webpack-test/configCases/parsing/issue-8293/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/parsing/issue-9042/test.filter.js b/tests/webpack-test/configCases/parsing/issue-9042/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/parsing/issue-9042/test.filter.js +++ b/tests/webpack-test/configCases/parsing/issue-9042/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/parsing/optional-chaining/test.filter.js b/tests/webpack-test/configCases/parsing/optional-chaining/test.filter.js index cc753175231..e46f7924f73 100644 --- a/tests/webpack-test/configCases/parsing/optional-chaining/test.filter.js +++ b/tests/webpack-test/configCases/parsing/optional-chaining/test.filter.js @@ -5,4 +5,5 @@ // return supportsOptionalChaining(); // }; -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/parsing/optional/test.filter.js b/tests/webpack-test/configCases/parsing/optional/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/parsing/optional/test.filter.js +++ b/tests/webpack-test/configCases/parsing/optional/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/parsing/require-ignore/test.filter.js b/tests/webpack-test/configCases/parsing/require-ignore/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/parsing/require-ignore/test.filter.js +++ b/tests/webpack-test/configCases/parsing/require-ignore/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/parsing/requirejs/test.filter.js b/tests/webpack-test/configCases/parsing/requirejs/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/parsing/requirejs/test.filter.js +++ b/tests/webpack-test/configCases/parsing/requirejs/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/parsing/system.import/test.filter.js b/tests/webpack-test/configCases/parsing/system.import/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/parsing/system.import/test.filter.js +++ b/tests/webpack-test/configCases/parsing/system.import/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/plugins/banner-plugin/test.filter.js b/tests/webpack-test/configCases/plugins/banner-plugin/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/plugins/banner-plugin/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/plugins/define-plugin-bigint/test.filter.js b/tests/webpack-test/configCases/plugins/define-plugin-bigint/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/plugins/define-plugin-bigint/test.filter.js +++ b/tests/webpack-test/configCases/plugins/define-plugin-bigint/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/plugins/define-plugin/test.filter.js b/tests/webpack-test/configCases/plugins/define-plugin/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/plugins/define-plugin/test.filter.js +++ b/tests/webpack-test/configCases/plugins/define-plugin/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/plugins/environment-plugin/test.filter.js b/tests/webpack-test/configCases/plugins/environment-plugin/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/plugins/environment-plugin/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/plugins/lib-manifest-plugin/test.filter.js b/tests/webpack-test/configCases/plugins/lib-manifest-plugin/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/plugins/lib-manifest-plugin/test.filter.js +++ b/tests/webpack-test/configCases/plugins/lib-manifest-plugin/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/plugins/loader-options-plugin/test.filter.js b/tests/webpack-test/configCases/plugins/loader-options-plugin/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/plugins/loader-options-plugin/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/plugins/min-chunk-size/test.filter.js b/tests/webpack-test/configCases/plugins/min-chunk-size/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/plugins/min-chunk-size/test.filter.js +++ b/tests/webpack-test/configCases/plugins/min-chunk-size/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/plugins/mini-css-extract-plugin/test.filter.js b/tests/webpack-test/configCases/plugins/mini-css-extract-plugin/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/plugins/mini-css-extract-plugin/test.filter.js +++ b/tests/webpack-test/configCases/plugins/mini-css-extract-plugin/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/plugins/profiling-plugin/test.filter.js b/tests/webpack-test/configCases/plugins/profiling-plugin/test.filter.js index abd8575cbc8..25695cfba22 100644 --- a/tests/webpack-test/configCases/plugins/profiling-plugin/test.filter.js +++ b/tests/webpack-test/configCases/plugins/profiling-plugin/test.filter.js @@ -2,4 +2,5 @@ // return !process.env.CI; // }; -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/plugins/progress-plugin/test.filter.js b/tests/webpack-test/configCases/plugins/progress-plugin/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/plugins/progress-plugin/test.filter.js +++ b/tests/webpack-test/configCases/plugins/progress-plugin/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/plugins/source-map-dev-tool-plugin/test.filter.js b/tests/webpack-test/configCases/plugins/source-map-dev-tool-plugin/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/plugins/source-map-dev-tool-plugin/test.filter.js +++ b/tests/webpack-test/configCases/plugins/source-map-dev-tool-plugin/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/process-assets/html-plugin/test.filter.js b/tests/webpack-test/configCases/process-assets/html-plugin/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/process-assets/html-plugin/test.filter.js +++ b/tests/webpack-test/configCases/process-assets/html-plugin/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/race-conditions/load-module/test.filter.js b/tests/webpack-test/configCases/race-conditions/load-module/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/race-conditions/load-module/test.filter.js +++ b/tests/webpack-test/configCases/race-conditions/load-module/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/records/issue-295/test.filter.js b/tests/webpack-test/configCases/records/issue-295/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/records/issue-295/test.filter.js +++ b/tests/webpack-test/configCases/records/issue-295/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/records/issue-2991/test.filter.js b/tests/webpack-test/configCases/records/issue-2991/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/records/issue-2991/test.filter.js +++ b/tests/webpack-test/configCases/records/issue-2991/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/records/issue-7339/test.filter.js b/tests/webpack-test/configCases/records/issue-7339/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/records/issue-7339/test.filter.js +++ b/tests/webpack-test/configCases/records/issue-7339/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/records/issue-7492/test.filter.js b/tests/webpack-test/configCases/records/issue-7492/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/records/issue-7492/test.filter.js +++ b/tests/webpack-test/configCases/records/issue-7492/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/records/stable-sort/test.filter.js b/tests/webpack-test/configCases/records/stable-sort/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/records/stable-sort/test.filter.js +++ b/tests/webpack-test/configCases/records/stable-sort/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/require/module-require/test.filter.js b/tests/webpack-test/configCases/require/module-require/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/require/module-require/test.filter.js +++ b/tests/webpack-test/configCases/require/module-require/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/resolve-merging/override/test.filter.js b/tests/webpack-test/configCases/resolve-merging/override/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/resolve-merging/override/test.filter.js +++ b/tests/webpack-test/configCases/resolve-merging/override/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/resolve/context-resolve-with-ignore/test.filter.js b/tests/webpack-test/configCases/resolve/context-resolve-with-ignore/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/resolve/context-resolve-with-ignore/test.filter.js +++ b/tests/webpack-test/configCases/resolve/context-resolve-with-ignore/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/resolve/empty-context-module/test.filter.js b/tests/webpack-test/configCases/resolve/empty-context-module/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/resolve/empty-context-module/test.filter.js +++ b/tests/webpack-test/configCases/resolve/empty-context-module/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/resolve/issue-11335-context-module/test.filter.js b/tests/webpack-test/configCases/resolve/issue-11335-context-module/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/resolve/issue-11335-context-module/test.filter.js +++ b/tests/webpack-test/configCases/resolve/issue-11335-context-module/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/resolve/issue-15580/test.filter.js b/tests/webpack-test/configCases/resolve/issue-15580/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/resolve/issue-15580/test.filter.js +++ b/tests/webpack-test/configCases/resolve/issue-15580/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/resolve/only-module/test.filter.js b/tests/webpack-test/configCases/resolve/only-module/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/resolve/only-module/test.filter.js +++ b/tests/webpack-test/configCases/resolve/only-module/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/resolving/extensions-order/test.filter.js b/tests/webpack-test/configCases/resolving/extensions-order/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/resolving/extensions-order/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/resolving/prefer-absolute/test.filter.js b/tests/webpack-test/configCases/resolving/prefer-absolute/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/resolving/prefer-absolute/test.filter.js +++ b/tests/webpack-test/configCases/resolving/prefer-absolute/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/rule-set/chaining/test.filter.js b/tests/webpack-test/configCases/rule-set/chaining/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/rule-set/chaining/test.filter.js +++ b/tests/webpack-test/configCases/rule-set/chaining/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/rule-set/compiler/test.filter.js b/tests/webpack-test/configCases/rule-set/compiler/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/rule-set/compiler/test.filter.js +++ b/tests/webpack-test/configCases/rule-set/compiler/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/rule-set/custom/test.filter.js b/tests/webpack-test/configCases/rule-set/custom/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/rule-set/custom/test.filter.js +++ b/tests/webpack-test/configCases/rule-set/custom/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/rule-set/resolve-options/test.filter.js b/tests/webpack-test/configCases/rule-set/resolve-options/test.filter.js deleted file mode 100644 index 3be456dcd23..00000000000 --- a/tests/webpack-test/configCases/rule-set/resolve-options/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return false} \ No newline at end of file diff --git a/tests/webpack-test/configCases/rule-set/simple-use-array-fn/test.filter.js b/tests/webpack-test/configCases/rule-set/simple-use-array-fn/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/rule-set/simple-use-array-fn/test.filter.js +++ b/tests/webpack-test/configCases/rule-set/simple-use-array-fn/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/rule-set/simple-use-fn-array/test.filter.js b/tests/webpack-test/configCases/rule-set/simple-use-fn-array/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/rule-set/simple-use-fn-array/test.filter.js +++ b/tests/webpack-test/configCases/rule-set/simple-use-fn-array/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/rule-set/simple/test.filter.js b/tests/webpack-test/configCases/rule-set/simple/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/rule-set/simple/test.filter.js +++ b/tests/webpack-test/configCases/rule-set/simple/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/scope-hoisting/class-naming/test.filter.js b/tests/webpack-test/configCases/scope-hoisting/class-naming/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/scope-hoisting/class-naming/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/scope-hoisting/create-dll-plugin/test.filter.js b/tests/webpack-test/configCases/scope-hoisting/create-dll-plugin/test.filter.js index 98e4afe7608..042493e42a5 100644 --- a/tests/webpack-test/configCases/scope-hoisting/create-dll-plugin/test.filter.js +++ b/tests/webpack-test/configCases/scope-hoisting/create-dll-plugin/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/scope-hoisting/dll-plugin/test.filter.js b/tests/webpack-test/configCases/scope-hoisting/dll-plugin/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/scope-hoisting/dll-plugin/test.filter.js +++ b/tests/webpack-test/configCases/scope-hoisting/dll-plugin/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/scope-hoisting/esModule/test.filter.js b/tests/webpack-test/configCases/scope-hoisting/esModule/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/scope-hoisting/esModule/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/scope-hoisting/export-global/test.filter.js b/tests/webpack-test/configCases/scope-hoisting/export-global/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/scope-hoisting/export-global/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/scope-hoisting/harmony-pure-default/test.filter.js b/tests/webpack-test/configCases/scope-hoisting/harmony-pure-default/test.filter.js deleted file mode 100644 index 49e3e7a7ea3..00000000000 --- a/tests/webpack-test/configCases/scope-hoisting/harmony-pure-default/test.filter.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = () => { - return true -} diff --git a/tests/webpack-test/configCases/scope-hoisting/named-modules/test.filter.js b/tests/webpack-test/configCases/scope-hoisting/named-modules/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/scope-hoisting/named-modules/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/scope-hoisting/strictThisContextOnImports/test.filter.js b/tests/webpack-test/configCases/scope-hoisting/strictThisContextOnImports/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/scope-hoisting/strictThisContextOnImports/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/sharing/consume-module-ignore-warnings/test.filter.js b/tests/webpack-test/configCases/sharing/consume-module-ignore-warnings/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/sharing/consume-module-ignore-warnings/test.filter.js +++ b/tests/webpack-test/configCases/sharing/consume-module-ignore-warnings/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/sharing/consume-multiple-versions-ignore-warnings/test.filter.js b/tests/webpack-test/configCases/sharing/consume-multiple-versions-ignore-warnings/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/sharing/consume-multiple-versions-ignore-warnings/test.filter.js +++ b/tests/webpack-test/configCases/sharing/consume-multiple-versions-ignore-warnings/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/side-effects/issue-13063/test.filter.js b/tests/webpack-test/configCases/side-effects/issue-13063/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/side-effects/issue-13063/test.filter.js +++ b/tests/webpack-test/configCases/side-effects/issue-13063/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/side-effects/side-effects-override/test.filter.js b/tests/webpack-test/configCases/side-effects/side-effects-override/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/side-effects/side-effects-override/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/side-effects/side-effects-values/test.filter.js b/tests/webpack-test/configCases/side-effects/side-effects-values/test.filter.js deleted file mode 100644 index 8e5c51af343..00000000000 --- a/tests/webpack-test/configCases/side-effects/side-effects-values/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} diff --git a/tests/webpack-test/configCases/side-effects/url/test.filter.js b/tests/webpack-test/configCases/side-effects/url/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/side-effects/url/test.filter.js +++ b/tests/webpack-test/configCases/side-effects/url/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/simple/empty-config/test.filter.js b/tests/webpack-test/configCases/simple/empty-config/test.filter.js deleted file mode 100644 index 4108ffb37d9..00000000000 --- a/tests/webpack-test/configCases/simple/empty-config/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} \ No newline at end of file diff --git a/tests/webpack-test/configCases/simple/multi-compiler-functions-export/test.filter.js b/tests/webpack-test/configCases/simple/multi-compiler-functions-export/test.filter.js deleted file mode 100644 index 4108ffb37d9..00000000000 --- a/tests/webpack-test/configCases/simple/multi-compiler-functions-export/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} \ No newline at end of file diff --git a/tests/webpack-test/configCases/simple/multi-compiler-functions/test.filter.js b/tests/webpack-test/configCases/simple/multi-compiler-functions/test.filter.js deleted file mode 100644 index 4108ffb37d9..00000000000 --- a/tests/webpack-test/configCases/simple/multi-compiler-functions/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} \ No newline at end of file diff --git a/tests/webpack-test/configCases/simple/multi-compiler/test.filter.js b/tests/webpack-test/configCases/simple/multi-compiler/test.filter.js deleted file mode 100644 index 4108ffb37d9..00000000000 --- a/tests/webpack-test/configCases/simple/multi-compiler/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {return true} \ No newline at end of file diff --git a/tests/webpack-test/configCases/source-map/context-module-source-path/test.filter.js b/tests/webpack-test/configCases/source-map/context-module-source-path/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/source-map/context-module-source-path/test.filter.js +++ b/tests/webpack-test/configCases/source-map/context-module-source-path/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/source-map/exclude-modules-source-map/test.filter.js b/tests/webpack-test/configCases/source-map/exclude-modules-source-map/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/source-map/exclude-modules-source-map/test.filter.js +++ b/tests/webpack-test/configCases/source-map/exclude-modules-source-map/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/source-map/source-map-with-profiling-plugin/test.filter.js b/tests/webpack-test/configCases/source-map/source-map-with-profiling-plugin/test.filter.js index abd8575cbc8..25695cfba22 100644 --- a/tests/webpack-test/configCases/source-map/source-map-with-profiling-plugin/test.filter.js +++ b/tests/webpack-test/configCases/source-map/source-map-with-profiling-plugin/test.filter.js @@ -2,4 +2,5 @@ // return !process.env.CI; // }; -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/split-chunks/chunk-filename-delimiter/test.filter.js b/tests/webpack-test/configCases/split-chunks/chunk-filename-delimiter/test.filter.js deleted file mode 100644 index 868b3d66233..00000000000 --- a/tests/webpack-test/configCases/split-chunks/chunk-filename-delimiter/test.filter.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => true diff --git a/tests/webpack-test/configCases/target/amd-container-named/test.filter.js b/tests/webpack-test/configCases/target/amd-container-named/test.filter.js index fed7caa7b92..4a00bcefeb5 100644 --- a/tests/webpack-test/configCases/target/amd-container-named/test.filter.js +++ b/tests/webpack-test/configCases/target/amd-container-named/test.filter.js @@ -1 +1,2 @@ +// TODO: Should create a issue for this test module.exports = () => false diff --git a/tests/webpack-test/configCases/target/amd-container-unnamed/test.filter.js b/tests/webpack-test/configCases/target/amd-container-unnamed/test.filter.js index fed7caa7b92..4a00bcefeb5 100644 --- a/tests/webpack-test/configCases/target/amd-container-unnamed/test.filter.js +++ b/tests/webpack-test/configCases/target/amd-container-unnamed/test.filter.js @@ -1 +1,2 @@ +// TODO: Should create a issue for this test module.exports = () => false diff --git a/tests/webpack-test/configCases/target/amd-named/test.filter.js b/tests/webpack-test/configCases/target/amd-named/test.filter.js index fed7caa7b92..4a00bcefeb5 100644 --- a/tests/webpack-test/configCases/target/amd-named/test.filter.js +++ b/tests/webpack-test/configCases/target/amd-named/test.filter.js @@ -1 +1,2 @@ +// TODO: Should create a issue for this test module.exports = () => false diff --git a/tests/webpack-test/configCases/target/amd-unnamed/test.filter.js b/tests/webpack-test/configCases/target/amd-unnamed/test.filter.js index fed7caa7b92..4a00bcefeb5 100644 --- a/tests/webpack-test/configCases/target/amd-unnamed/test.filter.js +++ b/tests/webpack-test/configCases/target/amd-unnamed/test.filter.js @@ -1 +1,2 @@ +// TODO: Should create a issue for this test module.exports = () => false diff --git a/tests/webpack-test/configCases/target/system-named-assets-path/test.filter.js b/tests/webpack-test/configCases/target/system-named-assets-path/test.filter.js index fed7caa7b92..4a00bcefeb5 100644 --- a/tests/webpack-test/configCases/target/system-named-assets-path/test.filter.js +++ b/tests/webpack-test/configCases/target/system-named-assets-path/test.filter.js @@ -1 +1,2 @@ +// TODO: Should create a issue for this test module.exports = () => false diff --git a/tests/webpack-test/configCases/target/umd-auxiliary-comments-object/test.filter.js b/tests/webpack-test/configCases/target/umd-auxiliary-comments-object/test.filter.js index fed7caa7b92..4a00bcefeb5 100644 --- a/tests/webpack-test/configCases/target/umd-auxiliary-comments-object/test.filter.js +++ b/tests/webpack-test/configCases/target/umd-auxiliary-comments-object/test.filter.js @@ -1 +1,2 @@ +// TODO: Should create a issue for this test module.exports = () => false diff --git a/tests/webpack-test/configCases/target/umd-auxiliary-comments-string/test.filter.js b/tests/webpack-test/configCases/target/umd-auxiliary-comments-string/test.filter.js index fed7caa7b92..4a00bcefeb5 100644 --- a/tests/webpack-test/configCases/target/umd-auxiliary-comments-string/test.filter.js +++ b/tests/webpack-test/configCases/target/umd-auxiliary-comments-string/test.filter.js @@ -1 +1,2 @@ +// TODO: Should create a issue for this test module.exports = () => false diff --git a/tests/webpack-test/configCases/types/filesystems/test.filter.js b/tests/webpack-test/configCases/types/filesystems/test.filter.js index 0ba64710234..49790b866ac 100644 --- a/tests/webpack-test/configCases/types/filesystems/test.filter.js +++ b/tests/webpack-test/configCases/types/filesystems/test.filter.js @@ -1 +1,2 @@ +// TODO: Should create a issue for this test module.exports = () => false; diff --git a/tests/webpack-test/configCases/utils/lazy-set/test.filter.js b/tests/webpack-test/configCases/utils/lazy-set/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/utils/lazy-set/test.filter.js +++ b/tests/webpack-test/configCases/utils/lazy-set/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/wasm/export-imported-global/test.filter.js b/tests/webpack-test/configCases/wasm/export-imported-global/test.filter.js index 0609606cad2..2c607dd7948 100644 --- a/tests/webpack-test/configCases/wasm/export-imported-global/test.filter.js +++ b/tests/webpack-test/configCases/wasm/export-imported-global/test.filter.js @@ -5,4 +5,5 @@ // return supportsWebAssembly(); // }; -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/wasm/identical/test.filter.js b/tests/webpack-test/configCases/wasm/identical/test.filter.js index 96db1097721..fb4f99f0d1a 100644 --- a/tests/webpack-test/configCases/wasm/identical/test.filter.js +++ b/tests/webpack-test/configCases/wasm/identical/test.filter.js @@ -4,4 +4,5 @@ // return supportsWebAssembly(); // }; -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/wasm/import-wasm-wasm/test.filter.js b/tests/webpack-test/configCases/wasm/import-wasm-wasm/test.filter.js index 0609606cad2..2c607dd7948 100644 --- a/tests/webpack-test/configCases/wasm/import-wasm-wasm/test.filter.js +++ b/tests/webpack-test/configCases/wasm/import-wasm-wasm/test.filter.js @@ -5,4 +5,5 @@ // return supportsWebAssembly(); // }; -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/wasm/missing-wasm-experiment/test.filter.js b/tests/webpack-test/configCases/wasm/missing-wasm-experiment/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/wasm/missing-wasm-experiment/test.filter.js +++ b/tests/webpack-test/configCases/wasm/missing-wasm-experiment/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/wasm/wasm-in-initial-chunk-error/test.filter.js b/tests/webpack-test/configCases/wasm/wasm-in-initial-chunk-error/test.filter.js index 6174cd632da..bb42ac8f17a 100644 --- a/tests/webpack-test/configCases/wasm/wasm-in-initial-chunk-error/test.filter.js +++ b/tests/webpack-test/configCases/wasm/wasm-in-initial-chunk-error/test.filter.js @@ -4,4 +4,5 @@ // return supportsWebAssembly(); // }; -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/web/attach-existing/test.filter.js b/tests/webpack-test/configCases/web/attach-existing/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/web/attach-existing/test.filter.js +++ b/tests/webpack-test/configCases/web/attach-existing/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/web/node-source-future-defaults/test.filter.js b/tests/webpack-test/configCases/web/node-source-future-defaults/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/web/node-source-future-defaults/test.filter.js +++ b/tests/webpack-test/configCases/web/node-source-future-defaults/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/web/node-source-global/test.filter.js b/tests/webpack-test/configCases/web/node-source-global/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/web/node-source-global/test.filter.js +++ b/tests/webpack-test/configCases/web/node-source-global/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/web/non-js-chunks-entrypoint-runtime-chunk/test.filter.js b/tests/webpack-test/configCases/web/non-js-chunks-entrypoint-runtime-chunk/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/web/non-js-chunks-entrypoint-runtime-chunk/test.filter.js +++ b/tests/webpack-test/configCases/web/non-js-chunks-entrypoint-runtime-chunk/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/web/non-js-chunks-entrypoint/test.filter.js b/tests/webpack-test/configCases/web/non-js-chunks-entrypoint/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/web/non-js-chunks-entrypoint/test.filter.js +++ b/tests/webpack-test/configCases/web/non-js-chunks-entrypoint/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/web/unique-jsonp/test.filter.js b/tests/webpack-test/configCases/web/unique-jsonp/test.filter.js index 3be456dcd23..042493e42a5 100644 --- a/tests/webpack-test/configCases/web/unique-jsonp/test.filter.js +++ b/tests/webpack-test/configCases/web/unique-jsonp/test.filter.js @@ -1 +1,2 @@ -module.exports = () => {return false} \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/configCases/worker/custom-worker/test.filter.js b/tests/webpack-test/configCases/worker/custom-worker/test.filter.js deleted file mode 100644 index 7039623344e..00000000000 --- a/tests/webpack-test/configCases/worker/custom-worker/test.filter.js +++ /dev/null @@ -1,5 +0,0 @@ -var supportsWorker = require("../../../helpers/supportsWorker"); - -module.exports = function (config) { - return supportsWorker(); -}; diff --git a/tests/webpack-test/configCases/worker/issue-17489/test.filter.js b/tests/webpack-test/configCases/worker/issue-17489/test.filter.js deleted file mode 100644 index 7039623344e..00000000000 --- a/tests/webpack-test/configCases/worker/issue-17489/test.filter.js +++ /dev/null @@ -1,5 +0,0 @@ -var supportsWorker = require("../../../helpers/supportsWorker"); - -module.exports = function (config) { - return supportsWorker(); -}; diff --git a/tests/webpack-test/configCases/worker/node-worker-hmr/test.filter.js b/tests/webpack-test/configCases/worker/node-worker-hmr/test.filter.js deleted file mode 100644 index 7039623344e..00000000000 --- a/tests/webpack-test/configCases/worker/node-worker-hmr/test.filter.js +++ /dev/null @@ -1,5 +0,0 @@ -var supportsWorker = require("../../../helpers/supportsWorker"); - -module.exports = function (config) { - return supportsWorker(); -}; diff --git a/tests/webpack-test/configCases/worker/node-worker-named/test.filter.js b/tests/webpack-test/configCases/worker/node-worker-named/test.filter.js deleted file mode 100644 index 7039623344e..00000000000 --- a/tests/webpack-test/configCases/worker/node-worker-named/test.filter.js +++ /dev/null @@ -1,5 +0,0 @@ -var supportsWorker = require("../../../helpers/supportsWorker"); - -module.exports = function (config) { - return supportsWorker(); -}; diff --git a/tests/webpack-test/configCases/worker/web-worker/test.filter.js b/tests/webpack-test/configCases/worker/web-worker/test.filter.js deleted file mode 100644 index 7039623344e..00000000000 --- a/tests/webpack-test/configCases/worker/web-worker/test.filter.js +++ /dev/null @@ -1,5 +0,0 @@ -var supportsWorker = require("../../../helpers/supportsWorker"); - -module.exports = function (config) { - return supportsWorker(); -}; diff --git a/tests/webpack-test/configCases/worker/worker-contenthash/test.filter.js b/tests/webpack-test/configCases/worker/worker-contenthash/test.filter.js deleted file mode 100644 index 7039623344e..00000000000 --- a/tests/webpack-test/configCases/worker/worker-contenthash/test.filter.js +++ /dev/null @@ -1,5 +0,0 @@ -var supportsWorker = require("../../../helpers/supportsWorker"); - -module.exports = function (config) { - return supportsWorker(); -}; diff --git a/tests/webpack-test/configCases/worker/worklet/test.filter.js b/tests/webpack-test/configCases/worker/worklet/test.filter.js deleted file mode 100644 index e86410f208a..00000000000 --- a/tests/webpack-test/configCases/worker/worklet/test.filter.js +++ /dev/null @@ -1,6 +0,0 @@ -var supportsWorker = require("../../../helpers/supportsWorker"); -var supportsOptionalChaining = require("../../../helpers/supportsOptionalChaining"); - -module.exports = function (config) { - return supportsWorker() && supportsOptionalChaining(); -}; diff --git a/tests/webpack-test/hotCases/chunks/split-chunks-webpackhot/test.filter.js b/tests/webpack-test/hotCases/chunks/split-chunks-webpackhot/test.filter.js index 5c32e24f1f8..042493e42a5 100644 --- a/tests/webpack-test/hotCases/chunks/split-chunks-webpackhot/test.filter.js +++ b/tests/webpack-test/hotCases/chunks/split-chunks-webpackhot/test.filter.js @@ -1,3 +1,2 @@ - -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/hotCases/chunks/split-chunks/test.filter.js b/tests/webpack-test/hotCases/chunks/split-chunks/test.filter.js index 5c32e24f1f8..042493e42a5 100644 --- a/tests/webpack-test/hotCases/chunks/split-chunks/test.filter.js +++ b/tests/webpack-test/hotCases/chunks/split-chunks/test.filter.js @@ -1,3 +1,2 @@ - -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/hotCases/define/issue-6962/test.filter.js b/tests/webpack-test/hotCases/define/issue-6962/test.filter.js index 5c32e24f1f8..6592ddf5b97 100644 --- a/tests/webpack-test/hotCases/define/issue-6962/test.filter.js +++ b/tests/webpack-test/hotCases/define/issue-6962/test.filter.js @@ -1,3 +1,4 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +// TODO: This test would painic, we should not painic when build +module.exports = () => { return false } diff --git a/tests/webpack-test/hotCases/disposing/runtime-independent-filename/test.filter.js b/tests/webpack-test/hotCases/disposing/runtime-independent-filename/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/hotCases/disposing/runtime-independent-filename/test.filter.js +++ b/tests/webpack-test/hotCases/disposing/runtime-independent-filename/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/hotCases/hashing/full-hash-syntax-error/test.filter.js b/tests/webpack-test/hotCases/hashing/full-hash-syntax-error/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/hotCases/hashing/full-hash-syntax-error/test.filter.js +++ b/tests/webpack-test/hotCases/hashing/full-hash-syntax-error/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/hotCases/lazy-compilation/https/test.filter.js b/tests/webpack-test/hotCases/lazy-compilation/https/test.filter.js index 90e5eab00bc..aa7f955dd66 100644 --- a/tests/webpack-test/hotCases/lazy-compilation/https/test.filter.js +++ b/tests/webpack-test/hotCases/lazy-compilation/https/test.filter.js @@ -1,2 +1,3 @@ +// TODO: Should create a issue for this test module.exports = () => { return false } diff --git a/tests/webpack-test/hotCases/lazy-compilation/simple/test.filter.js b/tests/webpack-test/hotCases/lazy-compilation/simple/test.filter.js index 90e5eab00bc..aa7f955dd66 100644 --- a/tests/webpack-test/hotCases/lazy-compilation/simple/test.filter.js +++ b/tests/webpack-test/hotCases/lazy-compilation/simple/test.filter.js @@ -1,2 +1,3 @@ +// TODO: Should create a issue for this test module.exports = () => { return false } diff --git a/tests/webpack-test/hotCases/loader-import-module/css/test.filter.js b/tests/webpack-test/hotCases/loader-import-module/css/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/hotCases/loader-import-module/css/test.filter.js +++ b/tests/webpack-test/hotCases/loader-import-module/css/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/hotCases/numeric-ids/add-remove-chunks/test.filter.js b/tests/webpack-test/hotCases/numeric-ids/add-remove-chunks/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/hotCases/numeric-ids/add-remove-chunks/test.filter.js +++ b/tests/webpack-test/hotCases/numeric-ids/add-remove-chunks/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/hotCases/runtime/root-error/test.filter.js b/tests/webpack-test/hotCases/runtime/root-error/test.filter.js index 5c32e24f1f8..6592ddf5b97 100644 --- a/tests/webpack-test/hotCases/runtime/root-error/test.filter.js +++ b/tests/webpack-test/hotCases/runtime/root-error/test.filter.js @@ -1,3 +1,4 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +// TODO: This test would painic, we should not painic when build +module.exports = () => { return false } diff --git a/tests/webpack-test/statsCases/aggressive-splitting-entry/test.filter.js b/tests/webpack-test/statsCases/aggressive-splitting-entry/test.filter.js index 7ba279ea1ea..aa7f955dd66 100644 --- a/tests/webpack-test/statsCases/aggressive-splitting-entry/test.filter.js +++ b/tests/webpack-test/statsCases/aggressive-splitting-entry/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/statsCases/named-chunks-plugin-async/test.filter.js b/tests/webpack-test/statsCases/named-chunks-plugin-async/test.filter.js index 7ba279ea1ea..aa7f955dd66 100644 --- a/tests/webpack-test/statsCases/named-chunks-plugin-async/test.filter.js +++ b/tests/webpack-test/statsCases/named-chunks-plugin-async/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/statsCases/wasm-explorer-examples-sync/test.filter.js b/tests/webpack-test/statsCases/wasm-explorer-examples-sync/test.filter.js index 661b4591f5f..d139b9c071b 100644 --- a/tests/webpack-test/statsCases/wasm-explorer-examples-sync/test.filter.js +++ b/tests/webpack-test/statsCases/wasm-explorer-examples-sync/test.filter.js @@ -7,5 +7,6 @@ module.exports = function(config) { }; */ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +// TODO: This test would painic, we should not painic when build +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/cache/add-defines/test.filter.js b/tests/webpack-test/watchCases/cache/add-defines/test.filter.js index cfff1fe24b8..6dc0e0a010c 100644 --- a/tests/webpack-test/watchCases/cache/add-defines/test.filter.js +++ b/tests/webpack-test/watchCases/cache/add-defines/test.filter.js @@ -3,5 +3,5 @@ return !(config.experiments && config.experiments.cacheUnaffected); }; */ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/cache/asset-concat/test.filter.js b/tests/webpack-test/watchCases/cache/asset-concat/test.filter.js deleted file mode 100644 index cfff1fe24b8..00000000000 --- a/tests/webpack-test/watchCases/cache/asset-concat/test.filter.js +++ /dev/null @@ -1,7 +0,0 @@ - -/*module.exports = function (config) { - return !(config.experiments && config.experiments.cacheUnaffected); -}; -*/ -module.exports = () => {return false} - \ No newline at end of file diff --git a/tests/webpack-test/watchCases/cache/child-compilation-cache/test.filter.js b/tests/webpack-test/watchCases/cache/child-compilation-cache/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/cache/child-compilation-cache/test.filter.js +++ b/tests/webpack-test/watchCases/cache/child-compilation-cache/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/cache/emit-without-clean/test.filter.js b/tests/webpack-test/watchCases/cache/emit-without-clean/test.filter.js deleted file mode 100644 index 5c32e24f1f8..00000000000 --- a/tests/webpack-test/watchCases/cache/emit-without-clean/test.filter.js +++ /dev/null @@ -1,3 +0,0 @@ - -module.exports = () => {return false} - \ No newline at end of file diff --git a/tests/webpack-test/watchCases/cache/loader-import-module/test.filter.js b/tests/webpack-test/watchCases/cache/loader-import-module/test.filter.js index 5c32e24f1f8..507859202e5 100644 --- a/tests/webpack-test/watchCases/cache/loader-import-module/test.filter.js +++ b/tests/webpack-test/watchCases/cache/loader-import-module/test.filter.js @@ -1,3 +1,5 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +// FIXME: A jest worker process (pid=75037) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred. +// TODO: confirm +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/cache/managedPath/test.filter.js b/tests/webpack-test/watchCases/cache/managedPath/test.filter.js index 5c32e24f1f8..cb2b36c5924 100644 --- a/tests/webpack-test/watchCases/cache/managedPath/test.filter.js +++ b/tests/webpack-test/watchCases/cache/managedPath/test.filter.js @@ -1,3 +1,4 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +// FIXME: A jest worker process (pid=75037) was terminated by another process: signal=SIGABRT, exitCode=null. Operating system logs may contain more information on why this occurred. +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/cache/new-split-chunk-entry-node/test.filter.js b/tests/webpack-test/watchCases/cache/new-split-chunk-entry-node/test.filter.js index 5c32e24f1f8..19dd5accbfa 100644 --- a/tests/webpack-test/watchCases/cache/new-split-chunk-entry-node/test.filter.js +++ b/tests/webpack-test/watchCases/cache/new-split-chunk-entry-node/test.filter.js @@ -1,3 +1,4 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } + diff --git a/tests/webpack-test/watchCases/cache/new-split-chunk-entry-web/test.filter.js b/tests/webpack-test/watchCases/cache/new-split-chunk-entry-web/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/cache/new-split-chunk-entry-web/test.filter.js +++ b/tests/webpack-test/watchCases/cache/new-split-chunk-entry-web/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/cache/reexport-mangle/test.filter.js b/tests/webpack-test/watchCases/cache/reexport-mangle/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/cache/reexport-mangle/test.filter.js +++ b/tests/webpack-test/watchCases/cache/reexport-mangle/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/cache/unsafe-cache-duplicates/test.filter.js b/tests/webpack-test/watchCases/cache/unsafe-cache-duplicates/test.filter.js index 5c32e24f1f8..70fe33d2a39 100644 --- a/tests/webpack-test/watchCases/cache/unsafe-cache-duplicates/test.filter.js +++ b/tests/webpack-test/watchCases/cache/unsafe-cache-duplicates/test.filter.js @@ -1,3 +1,4 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +// FIXME: timeout +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/cache/unsafe-cache-managed-paths/test.filter.js b/tests/webpack-test/watchCases/cache/unsafe-cache-managed-paths/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/cache/unsafe-cache-managed-paths/test.filter.js +++ b/tests/webpack-test/watchCases/cache/unsafe-cache-managed-paths/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/cache/unsafe-cache/test.filter.js b/tests/webpack-test/watchCases/cache/unsafe-cache/test.filter.js deleted file mode 100644 index 5c32e24f1f8..00000000000 --- a/tests/webpack-test/watchCases/cache/unsafe-cache/test.filter.js +++ /dev/null @@ -1,3 +0,0 @@ - -module.exports = () => {return false} - \ No newline at end of file diff --git a/tests/webpack-test/watchCases/parsing/switching-harmony/test.filter.js b/tests/webpack-test/watchCases/parsing/switching-harmony/test.filter.js index 5c32e24f1f8..042493e42a5 100644 --- a/tests/webpack-test/watchCases/parsing/switching-harmony/test.filter.js +++ b/tests/webpack-test/watchCases/parsing/switching-harmony/test.filter.js @@ -1,3 +1,2 @@ - -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/plugins/automatic-prefetch-plugin-9485/test.filter.js b/tests/webpack-test/watchCases/plugins/automatic-prefetch-plugin-9485/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/plugins/automatic-prefetch-plugin-9485/test.filter.js +++ b/tests/webpack-test/watchCases/plugins/automatic-prefetch-plugin-9485/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/plugins/automatic-prefetch-plugin/test.filter.js b/tests/webpack-test/watchCases/plugins/automatic-prefetch-plugin/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/plugins/automatic-prefetch-plugin/test.filter.js +++ b/tests/webpack-test/watchCases/plugins/automatic-prefetch-plugin/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/plugins/define-plugin/test.filter.js b/tests/webpack-test/watchCases/plugins/define-plugin/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/plugins/define-plugin/test.filter.js +++ b/tests/webpack-test/watchCases/plugins/define-plugin/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/plugins/dll-reference-plugin/test.filter.js b/tests/webpack-test/watchCases/plugins/dll-reference-plugin/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/plugins/dll-reference-plugin/test.filter.js +++ b/tests/webpack-test/watchCases/plugins/dll-reference-plugin/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/plugins/mini-css-extract-plugin/test.filter.js b/tests/webpack-test/watchCases/plugins/mini-css-extract-plugin/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/plugins/mini-css-extract-plugin/test.filter.js +++ b/tests/webpack-test/watchCases/plugins/mini-css-extract-plugin/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/plugins/profiling-plugin/test.filter.js b/tests/webpack-test/watchCases/plugins/profiling-plugin/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/plugins/profiling-plugin/test.filter.js +++ b/tests/webpack-test/watchCases/plugins/profiling-plugin/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/plugins/watch-ignore-plugin/test.filter.js b/tests/webpack-test/watchCases/plugins/watch-ignore-plugin/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/plugins/watch-ignore-plugin/test.filter.js +++ b/tests/webpack-test/watchCases/plugins/watch-ignore-plugin/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/recover-from-error/parse-failed-esm/test.filter.js b/tests/webpack-test/watchCases/recover-from-error/parse-failed-esm/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/recover-from-error/parse-failed-esm/test.filter.js +++ b/tests/webpack-test/watchCases/recover-from-error/parse-failed-esm/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/resolve/in-loader/test.filter.js b/tests/webpack-test/watchCases/resolve/in-loader/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/resolve/in-loader/test.filter.js +++ b/tests/webpack-test/watchCases/resolve/in-loader/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/runtime/static-import/test.filter.js b/tests/webpack-test/watchCases/runtime/static-import/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/runtime/static-import/test.filter.js +++ b/tests/webpack-test/watchCases/runtime/static-import/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/side-effects/issue-7400/test.filter.js b/tests/webpack-test/watchCases/side-effects/issue-7400/test.filter.js deleted file mode 100644 index 87860f28c19..00000000000 --- a/tests/webpack-test/watchCases/side-effects/issue-7400/test.filter.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = function (config) { - return !(config.experiments && config.experiments.cacheUnaffected); -}; diff --git a/tests/webpack-test/watchCases/snapshot/unable-to-snapshot/test.filter.js b/tests/webpack-test/watchCases/snapshot/unable-to-snapshot/test.filter.js index 5c32e24f1f8..aa7f955dd66 100644 --- a/tests/webpack-test/watchCases/snapshot/unable-to-snapshot/test.filter.js +++ b/tests/webpack-test/watchCases/snapshot/unable-to-snapshot/test.filter.js @@ -1,3 +1,3 @@ -module.exports = () => {return false} - \ No newline at end of file +// TODO: Should create a issue for this test +module.exports = () => { return false } diff --git a/tests/webpack-test/watchCases/wasm/caching/test.filter.js b/tests/webpack-test/watchCases/wasm/caching/test.filter.js deleted file mode 100644 index 23177349638..00000000000 --- a/tests/webpack-test/watchCases/wasm/caching/test.filter.js +++ /dev/null @@ -1,5 +0,0 @@ -var supportsWebAssembly = require("../../../helpers/supportsWebAssembly"); - -module.exports = function(config) { - return supportsWebAssembly(); -};