Content-Length: 428621 | pFad | http://github.com/vercel/next.js/commit/47b35ff8f61068de6fa4b48f7f071fb8cd798d59

DB Update Turbopack development test manifest (#80679) · vercel/next.js@47b35ff · GitHub
Skip to content

Commit 47b35ff

Browse files
Update Turbopack development test manifest (#80679)
This auto-generated PR updates the development integration test manifest used when testing Turbopack.
1 parent e4c838c commit 47b35ff

File tree

1 file changed

+39
-14
lines changed

1 file changed

+39
-14
lines changed

test/turbopack-dev-tests-manifest.json

Lines changed: 39 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,6 +2654,7 @@
26542654
"test/development/app-dir/segment-explorer/segment-explorer.test.ts": {
26552655
"passed": [
26562656
"segment-explorer should cleanup on soft navigation",
2657+
"segment-explorer should handle show file segments in order",
26572658
"segment-explorer should render the segment explorer for nested routes",
26582659
"segment-explorer should render the segment explorer for parallel routes"
26592660
],
@@ -4075,6 +4076,21 @@
40754076
"flakey": [],
40764077
"runtimeError": false
40774078
},
4079+
"test/e2e/app-dir/actions-deployment-skew/actions-deployment-skew.test.ts": {
4080+
"passed": [
4081+
"actions-deployment-skew in the node runtime with a form action and JavaScript disabled should respond with a 404 for an unknown server action",
4082+
"actions-deployment-skew in the node runtime with a form action and JavaScript enabled should respond with a 404 for an unknown server action",
4083+
"actions-deployment-skew in the node runtime with a normal action should respond with a 404 for an unknown server action"
4084+
],
4085+
"failed": [],
4086+
"pending": [
4087+
"actions-deployment-skew in the edge runtime with a form action and JavaScript disabled should respond with a 404 for an unknown server action",
4088+
"actions-deployment-skew in the edge runtime with a form action and JavaScript enabled should respond with a 404 for an unknown server action",
4089+
"actions-deployment-skew in the edge runtime with a normal action should respond with a 404 for an unknown server action"
4090+
],
4091+
"flakey": [],
4092+
"runtimeError": false
4093+
},
40784094
"test/e2e/app-dir/actions-navigation/index.test.ts": {
40794095
"passed": [
40804096
"app-dir action handling should handle actions correctly after following a relative link",
@@ -4158,8 +4174,8 @@
41584174
"app-dir action handling fetch actions should store revalidation data in the prefetch cache",
41594175
"app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams",
41604176
"app-dir action handling redirects merges cookies correctly when redirecting",
4161-
"app-dir action handling redirects redirects properly when server action handler redirects with a 307 status code",
4162-
"app-dir action handling redirects redirects properly when server action handler redirects with a 308 status code",
4177+
"app-dir action handling redirects redirects properly when route handler redirects with a 307 status code",
4178+
"app-dir action handling redirects redirects properly when route handler redirects with a 308 status code",
41634179
"app-dir action handling redirects redirects properly when server action handler uses `permanentRedirect`",
41644180
"app-dir action handling redirects redirects properly when server action handler uses `redirect`",
41654181
"app-dir action handling redirects should not forward next-action header to a redirected RSC request",
@@ -4288,8 +4304,8 @@
42884304
"app-dir action handling fetch actions should store revalidation data in the prefetch cache",
42894305
"app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams",
42904306
"app-dir action handling redirects merges cookies correctly when redirecting",
4291-
"app-dir action handling redirects redirects properly when server action handler redirects with a 307 status code",
4292-
"app-dir action handling redirects redirects properly when server action handler redirects with a 308 status code",
4307+
"app-dir action handling redirects redirects properly when route handler redirects with a 307 status code",
4308+
"app-dir action handling redirects redirects properly when route handler redirects with a 308 status code",
42934309
"app-dir action handling redirects redirects properly when server action handler uses `permanentRedirect`",
42944310
"app-dir action handling redirects redirects properly when server action handler uses `redirect`",
42954311
"app-dir action handling redirects should not forward next-action header to a redirected RSC request",
@@ -6289,20 +6305,28 @@
62896305
},
62906306
"test/e2e/app-dir/fallback-shells/fallback-shells.test.ts": {
62916307
"passed": [
6292-
"fallback-shells with cached IO and the page not wrapped in Suspense and params.then/catch/finally passed to a cached function does not resume a postponed fallback shell",
6293-
"fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in a cached non-page function does not resume a postponed fallback shell",
6294-
"fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not render a fallback shell when using a params placeholder",
6295-
"fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not resume a postponed fallback shell",
6296-
"fallback-shells with cached IO and the page wrapped in Suspense and params.then/catch/finally passed to a cached function resumes a postponed fallback shell",
6297-
"fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in cached non-page function resumes a postponed fallback shell",
6298-
"fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page resumes a postponed fallback shell",
6299-
"fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page shares a cached parent layout between a prerendered route shell and the fallback shell",
6308+
"fallback-shells with cached IO with generateStaticParams and the page not wrapped in Suspense and params.then/catch/finally passed to a cached function does not resume a postponed fallback shell",
6309+
"fallback-shells with cached IO with generateStaticParams and the page not wrapped in Suspense and the params accessed in a cached non-page function does not resume a postponed fallback shell",
6310+
"fallback-shells with cached IO with generateStaticParams and the page not wrapped in Suspense and the params accessed in the cached page does not render a fallback shell when using a params placeholder",
6311+
"fallback-shells with cached IO with generateStaticParams and the page not wrapped in Suspense and the params accessed in the cached page does not resume a postponed fallback shell",
6312+
"fallback-shells with cached IO with generateStaticParams and the page not wrapped in Suspense and the params transformed with an async function and then passed to a cached function does not resume a postponed fallback shell",
6313+
"fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and params.then/catch/finally passed to a cached function resumes a postponed fallback shell",
6314+
"fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in cached non-page function resumes a postponed fallback shell",
6315+
"fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in the cached page does not produce hydration errors when resuming a fallback shell containing a layout with unused params",
6316+
"fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in the cached page resumes a postponed fallback shell",
6317+
"fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in the cached page shares a cached parent layout between a prerendered route shell and the fallback shell",
6318+
"fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params transformed with an async function and then passed to a cached function resumes a postponed fallback shell",
6319+
"fallback-shells with cached IO without generateStaticParams and params.then/catch/finally passed to a cached function resumes a postponed fallback shell",
6320+
"fallback-shells with cached IO without generateStaticParams and the params accessed in cached non-page function resumes a postponed fallback shell",
6321+
"fallback-shells with cached IO without generateStaticParams and the params accessed in the cached page resumes a postponed fallback shell",
63006322
"fallback-shells without IO should start and not postpone the response"
63016323
],
63026324
"failed": [],
63036325
"pending": [
6304-
"fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page does not produce hydration errors when resuming a fallback shell containing a layout with unused params",
6305-
"fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page shares a cached layout with unused params between a prerendered route shell and the fallback shell"
6326+
"fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in the cached page includes a cached layout with unused params in the fallback shell",
6327+
"fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in the cached page shares a cached layout with unused params between a prerendered route shell and the fallback shell",
6328+
"fallback-shells with cached IO without generateStaticParams and the params accessed in the cached page does not produce hydration errors when resuming a fallback shell containing a layout with unused params",
6329+
"fallback-shells with cached IO without generateStaticParams and the params accessed in the cached page includes a cached layout with unused params in the fallback shell"
63066330
],
63076331
"flakey": [],
63086332
"runtimeError": false
@@ -6964,6 +6988,7 @@
69646988
"app-dir - metadata-streaming should still load viewport meta tags even if metadata is delayed",
69656989
"app-dir - metadata-streaming static should determine dynamic metadata in build and render in the body",
69666990
"app-dir - metadata-streaming static should render static metadata in the head",
6991+
"app-dir - metadata-streaming static should still render blocking metadata for Google speed insights bot (special case)",
69676992
"app-dir - metadata-streaming static should still render dynamic metadata in the head for html bots"
69686993
],
69696994
"failed": [],

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/vercel/next.js/commit/47b35ff8f61068de6fa4b48f7f071fb8cd798d59

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy