Skip to content

Commit 013def7

Browse files
update/turbopack-manifest-1743663946392
1 parent 4190391 commit 013def7

File tree

1 file changed

+74
-28
lines changed

1 file changed

+74
-28
lines changed

test/turbopack-dev-tests-manifest.json

+74-28
Original file line numberDiff line numberDiff line change
@@ -1741,6 +1741,18 @@
17411741
"flakey": [],
17421742
"runtimeError": false
17431743
},
1744+
"test/development/acceptance-app/ReactRefreshLogBox-builtins.test.ts": {
1745+
"passed": [
1746+
"ReactRefreshLogBox-builtins app Module not found",
1747+
"ReactRefreshLogBox-builtins app Module not found empty import trace",
1748+
"ReactRefreshLogBox-builtins app Module not found missing global CSS",
1749+
"ReactRefreshLogBox-builtins app Node.js builtins"
1750+
],
1751+
"failed": [],
1752+
"pending": [],
1753+
"flakey": [],
1754+
"runtimeError": false
1755+
},
17441756
"test/development/acceptance-app/ReactRefreshLogBox-scss.test.ts": {
17451757
"passed": [],
17461758
"failed": [],
@@ -4999,6 +5011,13 @@
49995011
"flakey": [],
50005012
"runtimeError": false
50015013
},
5014+
"test/e2e/app-dir/css-modules-pure-no-check/css-modules-pure-no-check.test.ts": {
5015+
"passed": ["css-modules-pure-no-check should apply styles correctly"],
5016+
"failed": [],
5017+
"pending": [],
5018+
"flakey": [],
5019+
"runtimeError": false
5020+
},
50025021
"test/e2e/app-dir/css-modules-scoping/css-modules-scoping.test.ts": {
50035022
"passed": [
50045023
"css-modules-scoping should not prefix grid areas",
@@ -8966,6 +8985,55 @@
89668985
"flakey": [],
89678986
"runtimeError": false
89688987
},
8988+
"test/e2e/app-document/client.test.ts": {
8989+
"passed": [
8990+
"Document and App - Client side should detect the changes to pages/_app.js and display it",
8991+
"Document and App - Client side should detect the changes to pages/_document.js and display it",
8992+
"Document and App - Client side should keep state between page navigations",
8993+
"Document and App - Client side should share module state with pages"
8994+
],
8995+
"failed": [],
8996+
"pending": [],
8997+
"flakey": [],
8998+
"runtimeError": false
8999+
},
9000+
"test/e2e/app-document/csp.test.ts": {
9001+
"passed": [
9002+
"Document and App - With CSP enabled should load inline script by hash",
9003+
"Document and App - With CSP enabled should load inline script by nonce"
9004+
],
9005+
"failed": [],
9006+
"pending": [],
9007+
"flakey": [],
9008+
"runtimeError": false
9009+
},
9010+
"test/e2e/app-document/index.test.ts": {
9011+
"passed": ["Document and App should not have any missing key warnings"],
9012+
"failed": [],
9013+
"pending": [],
9014+
"flakey": [],
9015+
"runtimeError": false
9016+
},
9017+
"test/e2e/app-document/rendering.test.ts": {
9018+
"passed": [
9019+
"Document and App - Rendering via HTTP _app should share module state with pages",
9020+
"Document and App - Rendering via HTTP _app should show valid error when thrown in _app getInitialProps",
9021+
"Document and App - Rendering via HTTP _app shows a custom tag",
9022+
"Document and App - Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell",
9023+
"Document and App - Rendering via HTTP _document adds a timestamp to link tags with preload attribute to invalidate the cache in dev",
9024+
"Document and App - Rendering via HTTP _document adds crossOrigin to all scripts and preload links",
9025+
"Document and App - Rendering via HTTP _document adds nonces to all scripts and preload links",
9026+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp and enhanceComponent correctly",
9027+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp correctly",
9028+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceComponent correctly",
9029+
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhancer correctly",
9030+
"Document and App - Rendering via HTTP _document should include required elements in rendered html"
9031+
],
9032+
"failed": [],
9033+
"pending": [],
9034+
"flakey": [],
9035+
"runtimeError": false
9036+
},
89699037
"test/e2e/async-modules/index.test.ts": {
89709038
"passed": [
89719039
"Async modules can render async 404 pages",
@@ -11915,33 +11983,6 @@
1191511983
"flakey": [],
1191611984
"runtimeError": false
1191711985
},
11918-
"test/integration/app-document/test/index.test.js": {
11919-
"passed": [
11920-
"Document and App Client side It should share module state with pages",
11921-
"Document and App Client side should detect the changes to pages/_app.js and display it",
11922-
"Document and App Client side should detect the changes to pages/_document.js and display it",
11923-
"Document and App Client side should keep state between page navigations",
11924-
"Document and App Rendering via HTTP _app It should share module state with pages",
11925-
"Document and App Rendering via HTTP _app It should show valid error when thrown in _app getInitialProps",
11926-
"Document and App Rendering via HTTP _app It shows a custom tag",
11927-
"Document and App Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell",
11928-
"Document and App Rendering via HTTP _document It adds a timestamp to link tags with preload attribute to invalidate the cache (DEV only)",
11929-
"Document and App Rendering via HTTP _document It adds crossOrigin to all scripts and preload links",
11930-
"Document and App Rendering via HTTP _document It adds nonces to all scripts and preload links",
11931-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp and enhanceComponent correctly",
11932-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp correctly",
11933-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceComponent correctly",
11934-
"Document and App Rendering via HTTP _document It renders ctx.renderPage with enhancer correctly",
11935-
"Document and App Rendering via HTTP _document should include required elements in rendered html",
11936-
"Document and App With CSP enabled should load inline script by hash",
11937-
"Document and App With CSP enabled should load inline script by nonce",
11938-
"Document and App should not have any missing key warnings"
11939-
],
11940-
"failed": [],
11941-
"pending": [],
11942-
"flakey": [],
11943-
"runtimeError": false
11944-
},
1194511986
"test/integration/app-dynamic-error/test/index.test.ts": {
1194611987
"passed": [],
1194711988
"failed": [],
@@ -12742,7 +12783,10 @@
1274212783
"test/integration/css-modules/test/index.test.js": {
1274312784
"passed": [
1274412785
"Can hot reload CSS Module without losing state should update CSS color without remounting <input>",
12745-
"Has CSS Module in computed styles in Development should have CSS for page"
12786+
"Has CSS Module in computed styles in Development should have CSS for page",
12787+
"cssmodules-pure-no-check usage should apply styles correctly",
12788+
"cssmodules-pure-no-check usage should have compiled successfully",
12789+
"cssmodules-pure-no-check usage should've emitted a CSS file"
1274612790
],
1274712791
"failed": [],
1274812792
"pending": [
@@ -17181,6 +17225,7 @@
1718117225
"Image Optimizer config checks should error when images.loader is assigned but images.path is not",
1718217226
"Image Optimizer config checks should error when images.loaderFile does not exist",
1718317227
"Image Optimizer config checks should error when images.minimumCacheTTL is not valid",
17228+
"Image Optimizer config checks should error when images.remotePatterns URL has invalid protocol",
1718417229
"Image Optimizer config checks should error when images.remotePatterns is invalid",
1718517230
"Image Optimizer config checks should error when images.unoptimized is not a boolean",
1718617231
"Image Optimizer config checks should error when loader contains invalid value",
@@ -19077,6 +19122,7 @@
1907719122
],
1907819123
"failed": [],
1907919124
"pending": [
19125+
"Image Component Unicode Image URL production mode should build correct images-manifest.json",
1908019126
"Image Component Unicode Image URL production mode should load external image with space",
1908119127
"Image Component Unicode Image URL production mode should load external unicode image",
1908219128
"Image Component Unicode Image URL production mode should load internal image with space",

0 commit comments

Comments
 (0)