Skip to content

Commit

Permalink
fix windows test cases, remove affected tests from allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
vankop committed Feb 14, 2022
1 parent 1e7acc5 commit dc73156
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions test/ConfigCacheTestCases.longtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,17 @@ describeCases({
["missing-wasm-experiment"]:
/^Pack got invalid because of write to: Compilation\/modules.+wasm.wasm$/
},
["process-assets"]: {
["html-plugin"]:
/^Pack got invalid because of write to: RealContentHashPlugin|analyse|index.html$/
},
parsing: {
// Module parse failed
context:
/^Pack got invalid because of write to: Compilation\/modules|.+dump-file\.txt/
},
loaders: {
// Error in loader
options:
/^Pack got invalid because of write to: Compilation\/modules.+loaders\/options\/error1\.js$/
},
assets: {
["delete-asset"]:
/^Pack got invalid because of write to: TerserWebpackPlugin|bundle0.js$/
options: [
/^Pack got invalid because of write to: Compilation\/modules.+loaders[/\\]options[/\\]error1\.js$/,
/^Pack got invalid because of write to: Compilation\/modules.+loaders[/\\]options[/\\]error2\.js$/
]
},
["asset-modules"]: {
["http-url"]:
Expand Down
2 changes: 1 addition & 1 deletion test/TestCasesCachePack.longtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe("TestCases", () => {
loaders: {
// Module build failed
["no-string"]:
/^Pack got invalid because of write to: Compilation\/modules.+no-string\/loader\.js!.+no-string\/file\.js$/
/^Pack got invalid because of write to: Compilation\/modules.+no-string[/\\]loader\.js!.+no-string[/\\]file\.js$/
},
large: {
["big-assets"]:
Expand Down

0 comments on commit dc73156

Please sign in to comment.