Skip to content

Commit 721ad36

Browse files
update/rspack-manifest-1743663692423
1 parent 4190391 commit 721ad36

File tree

1 file changed

+60
-29
lines changed

1 file changed

+60
-29
lines changed

test/rspack-build-tests-manifest.json

+60-29
Original file line numberDiff line numberDiff line change
@@ -1544,6 +1544,16 @@
15441544
"flakey": [],
15451545
"runtimeError": false
15461546
},
1547+
"test/e2e/app-dir/css-modules-pure-no-check/css-modules-pure-no-check.test.ts": {
1548+
"passed": [
1549+
"css-modules-pure-no-check should apply styles correctly",
1550+
"css-modules-pure-no-check should have emitted a CSS file"
1551+
],
1552+
"failed": [],
1553+
"pending": [],
1554+
"flakey": [],
1555+
"runtimeError": false
1556+
},
15471557
"test/e2e/app-dir/css-modules-scoping/css-modules-scoping.test.ts": {
15481558
"passed": [
15491559
"css-modules-scoping should not prefix grid areas",
@@ -5872,6 +5882,50 @@
58725882
"flakey": [],
58735883
"runtimeError": false
58745884
},
5885+
"test/e2e/app-document/client.test.ts": {
5886+
"passed": [
5887+
"Document and App - Client side should share module state with pages"
5888+
],
5889+
"failed": [],
5890+
"pending": [],
5891+
"flakey": [],
5892+
"runtimeError": false
5893+
},
5894+
"test/e2e/app-document/csp.test.ts": {
5895+
"passed": [
5896+
"Document and App - With CSP enabled should load inline script by hash",
5897+
"Document and App - With CSP enabled should load inline script by nonce"
5898+
],
5899+
"failed": [],
5900+
"pending": [],
5901+
"flakey": [],
5902+
"runtimeError": false
5903+
},
5904+
"test/e2e/app-document/index.test.ts": {
5905+
"passed": ["Document and App should not have any missing key warnings"],
5906+
"failed": [],
5907+
"pending": [],
5908+
"flakey": [],
5909+
"runtimeError": false
5910+
},
5911+
"test/e2e/app-document/rendering.test.ts": {
5912+
"passed": [
5913+
"Document and App - Rendering via HTTP _app should share module state with pages",
5914+
"Document and App - Rendering via HTTP _app shows a custom tag",
5915+
"Document and App - Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell",
5916+
"Document and App - Rendering via HTTP _document adds crossOrigin to all scripts and preload links",
5917+
"Document and App - Rendering via HTTP _document adds nonces to all scripts and preload links",
5918+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp and enhanceComponent correctly",
5919+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp correctly",
5920+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceComponent correctly",
5921+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhancer correctly",
5922+
"Document and App - Rendering via HTTP _document should include required elements in rendered html"
5923+
],
5924+
"failed": [],
5925+
"pending": [],
5926+
"flakey": [],
5927+
"runtimeError": false
5928+
},
58755929
"test/e2e/async-modules/index.test.ts": {
58765930
"passed": [
58775931
"Async modules can render async 404 pages",
@@ -8859,34 +8913,6 @@
88598913
"flakey": [],
88608914
"runtimeError": false
88618915
},
8862-
"test/integration/app-document/test/index.test.js": {
8863-
"passed": [
8864-
"Document and App Client side It should share module state with pages",
8865-
"Document and App Client side should detect the changes to pages/_document.js and display it",
8866-
"Document and App Client side should keep state between page navigations",
8867-
"Document and App Rendering via HTTP _app It should share module state with pages",
8868-
"Document and App Rendering via HTTP _app It should show valid error when thrown in _app getInitialProps",
8869-
"Document and App Rendering via HTTP _app It shows a custom tag",
8870-
"Document and App Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell",
8871-
"Document and App Rendering via HTTP _document It adds a timestamp to link tags with preload attribute to invalidate the cache (DEV only)",
8872-
"Document and App Rendering via HTTP _document It adds crossOrigin to all scripts and preload links",
8873-
"Document and App Rendering via HTTP _document It adds nonces to all scripts and preload links",
8874-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp and enhanceComponent correctly",
8875-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp correctly",
8876-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceComponent correctly",
8877-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhancer correctly",
8878-
"Document and App Rendering via HTTP _document should include required elements in rendered html",
8879-
"Document and App With CSP enabled should load inline script by hash",
8880-
"Document and App With CSP enabled should load inline script by nonce",
8881-
"Document and App should not have any missing key warnings"
8882-
],
8883-
"failed": [
8884-
"Document and App Client side should detect the changes to pages/_app.js and display it"
8885-
],
8886-
"pending": [],
8887-
"flakey": [],
8888-
"runtimeError": false
8889-
},
88908916
"test/integration/app-dynamic-error/test/index.test.ts": {
88918917
"passed": [
88928918
"app-dynamic-error production mode throws an error when prerendering a page with config dynamic error"
@@ -9709,7 +9735,10 @@
97099735
"Valid CSS Module Usage from within node_modules production mode should have compiled successfully",
97109736
"Valid CSS Module Usage from within node_modules production mode should've emitted a single CSS file",
97119737
"Valid CSS Module Usage from within node_modules production mode should've prerendered with relevant data",
9712-
"Valid Nested CSS Module Usage from within node_modules production mode should've prerendered with relevant data"
9738+
"Valid Nested CSS Module Usage from within node_modules production mode should've prerendered with relevant data",
9739+
"cssmodules-pure-no-check usage should apply styles correctly",
9740+
"cssmodules-pure-no-check usage should have compiled successfully",
9741+
"cssmodules-pure-no-check usage should've emitted a CSS file"
97139742
],
97149743
"failed": [
97159744
"CSS Module Composes Usage (Basic) production mode should've emitted a single CSS file",
@@ -14140,6 +14169,7 @@
1414014169
"Image Optimizer config checks should error when images.loader is assigned but images.path is not",
1414114170
"Image Optimizer config checks should error when images.loaderFile does not exist",
1414214171
"Image Optimizer config checks should error when images.minimumCacheTTL is not valid",
14172+
"Image Optimizer config checks should error when images.remotePatterns URL has invalid protocol",
1414314173
"Image Optimizer config checks should error when images.remotePatterns is invalid",
1414414174
"Image Optimizer config checks should error when images.unoptimized is not a boolean",
1414514175
"Image Optimizer config checks should error when loader contains invalid value",
@@ -16028,6 +16058,7 @@
1602816058
},
1602916059
"test/integration/next-image-new/unicode/test/index.test.ts": {
1603016060
"passed": [
16061+
"Image Component Unicode Image URL production mode should build correct images-manifest.json",
1603116062
"Image Component Unicode Image URL production mode should load external image with space",
1603216063
"Image Component Unicode Image URL production mode should load external unicode image",
1603316064
"Image Component Unicode Image URL production mode should load internal image with space",

0 commit comments

Comments
 (0)