Skip to content

Commit c3c071e

Browse files
Update Turbopack production test manifest (vercel#78830)
1 parent 0fe65a7 commit c3c071e

File tree

1 file changed

+147
-20
lines changed

1 file changed

+147
-20
lines changed

test/turbopack-build-tests-manifest.json

Lines changed: 147 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,18 @@
9999
"flakey": [],
100100
"runtimeError": false
101101
},
102+
"test/e2e/app-dir/actions/app-action-form-state-node-middleware.test.ts": {
103+
"passed": [
104+
"app-dir action useActionState should send the action to the provided permalink with form state when JS disabled",
105+
"app-dir action useActionState should support hydrating the app from progressively enhanced form request",
106+
"app-dir action useActionState should support submitting form state with JS",
107+
"app-dir action useActionState should support submitting form state without JS"
108+
],
109+
"failed": [],
110+
"pending": [],
111+
"flakey": [],
112+
"runtimeError": false
113+
},
102114
"test/e2e/app-dir/actions/app-action-form-state.test.ts": {
103115
"passed": [
104116
"app-dir action useActionState should send the action to the provided permalink with form state when JS disabled",
@@ -111,6 +123,96 @@
111123
"flakey": [],
112124
"runtimeError": false
113125
},
126+
"test/e2e/app-dir/actions/app-action-node-middleware.test.ts": {
127+
"passed": [
128+
"app-dir action handling Edge SSR should allow cookie and header async storages",
129+
"app-dir action handling Edge SSR should handle basic actions correctly",
130+
"app-dir action handling Edge SSR should handle calls to redirect() with a absolute URL in a single pass",
131+
"app-dir action handling Edge SSR should handle calls to redirect() with a relative URL in a single pass",
132+
"app-dir action handling Edge SSR should handle calls to redirect() with external URLs",
133+
"app-dir action handling Edge SSR should handle unicode search params",
134+
"app-dir action handling Edge SSR should return error response for hoc auth wrappers in edge runtime",
135+
"app-dir action handling caching disabled by default should not override force-cache in server action",
136+
"app-dir action handling caching disabled by default should not override revalidate in server action",
137+
"app-dir action handling caching disabled by default should use no-store as default for server action",
138+
"app-dir action handling encryption should be able to resolve other server actions and client components",
139+
"app-dir action handling encryption should send encrypted values from the closed over closure",
140+
"app-dir action handling fetch actions should handle a fetch action initiated from a static page",
141+
"app-dir action handling fetch actions should handle calls to redirect() with a absolute URL in a single pass",
142+
"app-dir action handling fetch actions should handle calls to redirect() with a relative URL in a single pass",
143+
"app-dir action handling fetch actions should handle calls to redirect() with external URLs",
144+
"app-dir action handling fetch actions should handle redirects to routes that provide an invalid RSC response",
145+
"app-dir action handling fetch actions should handle unstable_expirePath",
146+
"app-dir action handling fetch actions should handle unstable_expireTag",
147+
"app-dir action handling fetch actions should invalidate client cache on other routes when cookies.set is called",
148+
"app-dir action handling fetch actions should invalidate client cache when path is revalidated",
149+
"app-dir action handling fetch actions should invalidate client cache when tag is revalidated",
150+
"app-dir action handling fetch actions should revalidate when cookies.set is called",
151+
"app-dir action handling fetch actions should revalidate when cookies.set is called in a client action",
152+
"app-dir action handling fetch actions should store revalidation data in the prefetch cache",
153+
"app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams",
154+
"app-dir action handling redirects merges cookies correctly when redirecting",
155+
"app-dir action handling redirects redirects properly when server action handler redirects with a 307 status code",
156+
"app-dir action handling redirects redirects properly when server action handler redirects with a 308 status code",
157+
"app-dir action handling redirects redirects properly when server action handler uses `permanentRedirect`",
158+
"app-dir action handling redirects redirects properly when server action handler uses `redirect`",
159+
"app-dir action handling redirects should not forward next-action header to a redirected RSC request",
160+
"app-dir action handling request body decoding should correctly decode multi-byte characters in the request body (edge)",
161+
"app-dir action handling request body decoding should correctly decode multi-byte characters in the request body (node)",
162+
"app-dir action handling server actions render client components server component imported action should support importing client components from actions",
163+
"app-dir action handling should 404 when POSTing an invalid server action",
164+
"app-dir action handling should be possible to catch network errors",
165+
"app-dir action handling should be possible to catch regular errors",
166+
"app-dir action handling should forward action request to a worker that contains the action handler (edge)",
167+
"app-dir action handling should forward action request to a worker that contains the action handler (node)",
168+
"app-dir action handling should handle action correctly with middleware rewrite",
169+
"app-dir action handling should handle actions executed in quick succession",
170+
"app-dir action handling should handle basic actions correctly",
171+
"app-dir action handling should invalidate the client router cache if the redirect action triggers a revalidation",
172+
"app-dir action handling should keep action instances identical",
173+
"app-dir action handling should log a warning when a server action is not found but an id is provided",
174+
"app-dir action handling should not block navigation events while a server action is in flight",
175+
"app-dir action handling should not block router.back() while a server action is in flight",
176+
"app-dir action handling should not error when a forwarded action triggers a redirect (edge)",
177+
"app-dir action handling should not error when a forwarded action triggers a redirect (node)",
178+
"app-dir action handling should not expose action content in sourcemaps",
179+
"app-dir action handling should not log errors for non-action form POSTs",
180+
"app-dir action handling should only submit action once when resubmitting an action after navigation",
181+
"app-dir action handling should propagate errors from a `text/plain` response to an error boundary",
182+
"app-dir action handling should push new route when redirecting",
183+
"app-dir action handling should replace current route when redirecting with type set to replace",
184+
"app-dir action handling should report errors with bad inputs correctly",
185+
"app-dir action handling should reset the form state when the action redirects to a page that contains the same form",
186+
"app-dir action handling should reset the form state when the action redirects to itself",
187+
"app-dir action handling should support .bind",
188+
"app-dir action handling should support chained .bind",
189+
"app-dir action handling should support formData and redirect",
190+
"app-dir action handling should support headers and cookies",
191+
"app-dir action handling should support headers in client imported actions",
192+
"app-dir action handling should support hoc auth wrappers",
193+
"app-dir action handling should support importing actions in client components",
194+
"app-dir action handling should support importing the same action module instance in both server and action layers",
195+
"app-dir action handling should support next/dynamic with ssr: false",
196+
"app-dir action handling should support next/dynamic with ssr: false (edge)",
197+
"app-dir action handling should support notFound",
198+
"app-dir action handling should support notFound (javascript disabled)",
199+
"app-dir action handling should support setting cookies in route handlers with the correct overrides",
200+
"app-dir action handling should support setting cookies when redirecting (no javascript)",
201+
"app-dir action handling should support setting cookies when redirecting (with javascript)",
202+
"app-dir action handling should support uploading files",
203+
"app-dir action handling should trigger a refresh for a server action that also dispatches a navigation event",
204+
"app-dir action handling should trigger a refresh for a server action that gets discarded due to a navigation",
205+
"app-dir action handling should trigger an error boundary for action responses with an invalid content-type",
206+
"app-dir action handling should work with interception routes"
207+
],
208+
"failed": [],
209+
"pending": [
210+
"app-dir action handling fetch actions should handle unstable_expireTag + redirect",
211+
"app-dir action handling server actions render client components client component imported action should support importing client components from actions"
212+
],
213+
"flakey": [],
214+
"runtimeError": false
215+
},
114216
"test/e2e/app-dir/actions/app-action-progressive-enhancement.test.ts": {
115217
"passed": [
116218
"app-dir action progressive enhancement should support actions from client without JS",
@@ -123,6 +225,22 @@
123225
"flakey": [],
124226
"runtimeError": false
125227
},
228+
"test/e2e/app-dir/actions/app-action-size-limit-invalid-node-middleware.test.ts": {
229+
"passed": [
230+
"app-dir action size limit invalid config should error if serverActions.bodySizeLimit config is a negative number",
231+
"app-dir action size limit invalid config should error if serverActions.bodySizeLimit config is a negative size",
232+
"app-dir action size limit invalid config should error if serverActions.bodySizeLimit config is invalid",
233+
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for multipart fetch actions should error for requests that exceed the size limit",
234+
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for multipart fetch actions should not error for requests that are at the size limit",
235+
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for multipart fetch actions should not error for requests that stay below the size limit",
236+
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for plaintext fetch actions should error for requests that exceed the size limit",
237+
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for plaintext fetch actions should not error for requests that stay below the size limit"
238+
],
239+
"failed": [],
240+
"pending": [],
241+
"flakey": [],
242+
"runtimeError": false
243+
},
126244
"test/e2e/app-dir/actions/app-action-size-limit-invalid.test.ts": {
127245
"passed": [
128246
"app-dir action size limit invalid config should error if serverActions.bodySizeLimit config is a negative number",
@@ -5310,6 +5428,15 @@
53105428
"flakey": [],
53115429
"runtimeError": false
53125430
},
5431+
"test/e2e/app-dir/segment-cache/prefetch-auto/prefetch-auto.test.ts": {
5432+
"passed": [
5433+
"<Link prefetch=\"auto\"> <Link prefetch=\"auto\"> works the same as if prefetch were undefined or null"
5434+
],
5435+
"failed": [],
5436+
"pending": [],
5437+
"flakey": [],
5438+
"runtimeError": false
5439+
},
53135440
"test/e2e/app-dir/segment-cache/prefetch-scheduling/prefetch-scheduling.test.ts": {
53145441
"passed": [
53155442
"segment cache prefetch scheduling cancels a viewport-initiated prefetch if the link leaves the viewport before it finishes",
@@ -7582,6 +7709,16 @@
75827709
"flakey": [],
75837710
"runtimeError": false
75847711
},
7712+
"test/e2e/next-image-svgo-webpack/svgo-webpack.test.ts": {
7713+
"passed": [
7714+
"svgo-webpack loader should render an SVG that is transformed by @svgr/webpack into a React component (app router)",
7715+
"svgo-webpack loader should render an SVG that is transformed by @svgr/webpack into a React component (pages router)"
7716+
],
7717+
"failed": [],
7718+
"pending": [],
7719+
"flakey": [],
7720+
"runtimeError": false
7721+
},
75857722
"test/e2e/next-link-errors/next-link-errors.test.ts": {
75867723
"passed": [
75877724
"next-link errors on invalid href",
@@ -15525,16 +15662,6 @@
1552515662
"flakey": [],
1552615663
"runtimeError": false
1552715664
},
15528-
"test/e2e/next-image-svgo-webpack/svgo-webpack.test.ts": {
15529-
"passed": [
15530-
"svgo-webpack loader should render an SVG that is transformed by @svgr/webpack into a React component (pages router)",
15531-
"svgo-webpack loader should render an SVG that is transformed by @svgr/webpack into a React component (app router)"
15532-
],
15533-
"failed": [],
15534-
"pending": [],
15535-
"flakey": [],
15536-
"runtimeError": false
15537-
},
1553815665
"test/integration/next-image-legacy/trailing-slash/test/index.test.ts": {
1553915666
"passed": [
1554015667
"Image Component Trailing Slash Tests production mode should include trailing slash when trailingSlash is set on config file during next start"
@@ -16115,16 +16242,6 @@
1611516242
"flakey": [],
1611616243
"runtimeError": false
1611716244
},
16118-
"test/integration/next-image-new/svgo-webpack/test/index.test.ts": {
16119-
"passed": [],
16120-
"failed": [],
16121-
"pending": [
16122-
"svgo-webpack with Image Component development mode should print error when invalid Image usage",
16123-
"svgo-webpack with Image Component production mode should not fail to build invalid usage of the Image component"
16124-
],
16125-
"flakey": [],
16126-
"runtimeError": false
16127-
},
1612816245
"test/integration/next-image-new/trailing-slash/test/index.test.ts": {
1612916246
"passed": [
1613016247
"Image Component Trailing Slash Tests production mode should include trailing slash when trailingSlash is set on config file during next start"
@@ -18480,6 +18597,16 @@
1848018597
"flakey": [],
1848118598
"runtimeError": false
1848218599
},
18600+
"test/production/build-lifecycle-hooks/index.test.ts": {
18601+
"passed": [
18602+
"build-lifecycle-hooks should allow throwing error in runAfterProductionCompile",
18603+
"build-lifecycle-hooks should run runAfterProductionCompile"
18604+
],
18605+
"failed": [],
18606+
"pending": [],
18607+
"flakey": [],
18608+
"runtimeError": false
18609+
},
1848318610
"test/production/build-spinners/index.test.ts": {
1848418611
"passed": [
1848518612
"build-spinners should handle build spinners correctly app and pages",

0 commit comments

Comments
 (0)