Skip to content

Commit 26af9f8

Browse files
Update Turbopack production test manifest (#77767)
This auto-generated PR updates the production integration test manifest used when testing Turbopack.
1 parent 6fa2d21 commit 26af9f8

File tree

1 file changed

+62
-31
lines changed

1 file changed

+62
-31
lines changed

Diff for: test/turbopack-build-tests-manifest.json

+62-31
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,16 @@
15351535
"flakey": [],
15361536
"runtimeError": false
15371537
},
1538+
"test/e2e/app-dir/css-modules-pure-no-check/css-modules-pure-no-check.test.ts": {
1539+
"passed": [
1540+
"css-modules-pure-no-check should apply styles correctly",
1541+
"css-modules-pure-no-check should have emitted a CSS file"
1542+
],
1543+
"failed": [],
1544+
"pending": [],
1545+
"flakey": [],
1546+
"runtimeError": false
1547+
},
15381548
"test/e2e/app-dir/css-modules-scoping/css-modules-scoping.test.ts": {
15391549
"passed": [
15401550
"css-modules-scoping should not prefix grid areas",
@@ -5206,11 +5216,10 @@
52065216
},
52075217
"test/e2e/app-dir/segment-cache/staleness/segment-cache-stale-time.test.ts": {
52085218
"passed": [
5209-
"segment cache (staleness) entry expires when its stale time has elapsed"
5210-
],
5211-
"failed": [
5219+
"segment cache (staleness) entry expires when its stale time has elapsed",
52125220
"segment cache (staleness) reuses dynamic data up to the staleTimes.dynamic threshold"
52135221
],
5222+
"failed": [],
52145223
"pending": [],
52155224
"flakey": [],
52165225
"runtimeError": false
@@ -5752,6 +5761,50 @@
57525761
"flakey": [],
57535762
"runtimeError": false
57545763
},
5764+
"test/e2e/app-document/client.test.ts": {
5765+
"passed": [
5766+
"Document and App - Client side should share module state with pages"
5767+
],
5768+
"failed": [],
5769+
"pending": [],
5770+
"flakey": [],
5771+
"runtimeError": false
5772+
},
5773+
"test/e2e/app-document/csp.test.ts": {
5774+
"passed": [
5775+
"Document and App - With CSP enabled should load inline script by hash",
5776+
"Document and App - With CSP enabled should load inline script by nonce"
5777+
],
5778+
"failed": [],
5779+
"pending": [],
5780+
"flakey": [],
5781+
"runtimeError": false
5782+
},
5783+
"test/e2e/app-document/index.test.ts": {
5784+
"passed": ["Document and App should not have any missing key warnings"],
5785+
"failed": [],
5786+
"pending": [],
5787+
"flakey": [],
5788+
"runtimeError": false
5789+
},
5790+
"test/e2e/app-document/rendering.test.ts": {
5791+
"passed": [
5792+
"Document and App - Rendering via HTTP _app should share module state with pages",
5793+
"Document and App - Rendering via HTTP _app shows a custom tag",
5794+
"Document and App - Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell",
5795+
"Document and App - Rendering via HTTP _document adds crossOrigin to all scripts and preload links",
5796+
"Document and App - Rendering via HTTP _document adds nonces to all scripts and preload links",
5797+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp and enhanceComponent correctly",
5798+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp correctly",
5799+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceComponent correctly",
5800+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhancer correctly",
5801+
"Document and App - Rendering via HTTP _document should include required elements in rendered html"
5802+
],
5803+
"failed": [],
5804+
"pending": [],
5805+
"flakey": [],
5806+
"runtimeError": false
5807+
},
57555808
"test/e2e/async-modules/index.test.ts": {
57565809
"passed": [
57575810
"Async modules can render async 404 pages",
@@ -8743,33 +8796,6 @@
87438796
"flakey": [],
87448797
"runtimeError": false
87458798
},
8746-
"test/integration/app-document/test/index.test.js": {
8747-
"passed": [
8748-
"Document and App Client side It should share module state with pages",
8749-
"Document and App Client side should detect the changes to pages/_app.js and display it",
8750-
"Document and App Client side should detect the changes to pages/_document.js and display it",
8751-
"Document and App Client side should keep state between page navigations",
8752-
"Document and App Rendering via HTTP _app It should share module state with pages",
8753-
"Document and App Rendering via HTTP _app It should show valid error when thrown in _app getInitialProps",
8754-
"Document and App Rendering via HTTP _app It shows a custom tag",
8755-
"Document and App Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell",
8756-
"Document and App Rendering via HTTP _document It adds a timestamp to link tags with preload attribute to invalidate the cache (DEV only)",
8757-
"Document and App Rendering via HTTP _document It adds crossOrigin to all scripts and preload links",
8758-
"Document and App Rendering via HTTP _document It adds nonces to all scripts and preload links",
8759-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp and enhanceComponent correctly",
8760-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp correctly",
8761-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceComponent correctly",
8762-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhancer correctly",
8763-
"Document and App Rendering via HTTP _document should include required elements in rendered html",
8764-
"Document and App With CSP enabled should load inline script by hash",
8765-
"Document and App With CSP enabled should load inline script by nonce",
8766-
"Document and App should not have any missing key warnings"
8767-
],
8768-
"failed": [],
8769-
"pending": [],
8770-
"flakey": [],
8771-
"runtimeError": false
8772-
},
87738799
"test/integration/app-dynamic-error/test/index.test.ts": {
87748800
"passed": [
87758801
"app-dynamic-error production mode throws an error when prerendering a page with config dynamic error"
@@ -9593,7 +9619,10 @@
95939619
"Has CSS Module in computed styles in Production production mode should have compiled successfully",
95949620
"Valid CSS Module Usage from within node_modules production mode should have compiled successfully",
95959621
"Valid CSS Module Usage from within node_modules production mode should've emitted a single CSS file",
9596-
"Valid CSS Module Usage from within node_modules production mode should've prerendered with relevant data"
9622+
"Valid CSS Module Usage from within node_modules production mode should've prerendered with relevant data",
9623+
"cssmodules-pure-no-check usage should apply styles correctly",
9624+
"cssmodules-pure-no-check usage should have compiled successfully",
9625+
"cssmodules-pure-no-check usage should've emitted a CSS file"
95979626
],
95989627
"failed": [
95999628
"CSS Module Composes Usage (External) production mode should've emitted a single CSS file",
@@ -14015,6 +14044,7 @@
1401514044
"Image Optimizer config checks should error when images.loader is assigned but images.path is not",
1401614045
"Image Optimizer config checks should error when images.loaderFile does not exist",
1401714046
"Image Optimizer config checks should error when images.minimumCacheTTL is not valid",
14047+
"Image Optimizer config checks should error when images.remotePatterns URL has invalid protocol",
1401814048
"Image Optimizer config checks should error when images.remotePatterns is invalid",
1401914049
"Image Optimizer config checks should error when images.unoptimized is not a boolean",
1402014050
"Image Optimizer config checks should error when loader contains invalid value",
@@ -15898,6 +15928,7 @@
1589815928
},
1589915929
"test/integration/next-image-new/unicode/test/index.test.ts": {
1590015930
"passed": [
15931+
"Image Component Unicode Image URL production mode should build correct images-manifest.json",
1590115932
"Image Component Unicode Image URL production mode should load external image with space",
1590215933
"Image Component Unicode Image URL production mode should load external unicode image",
1590315934
"Image Component Unicode Image URL production mode should load internal image with space",

0 commit comments

Comments
 (0)