Skip to content

Commit 726ca71

Browse files
Update bundler development test manifest (#77919)
This auto-generated PR updates the development integration test manifest used when testing alternative bundlers.
1 parent f71c4a1 commit 726ca71

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

test/rspack-dev-tests-manifest.json

+11-10
Original file line numberDiff line numberDiff line change
@@ -3845,7 +3845,6 @@
38453845
"app-dir action handling fetch actions should revalidate when cookies.set is called",
38463846
"app-dir action handling fetch actions should revalidate when cookies.set is called in a client action",
38473847
"app-dir action handling fetch actions should store revalidation data in the prefetch cache",
3848-
"app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams",
38493848
"app-dir action handling redirects merges cookies correctly when redirecting",
38503849
"app-dir action handling redirects redirects properly when server action handler redirects with a 307 status code",
38513850
"app-dir action handling redirects redirects properly when server action handler redirects with a 308 status code",
@@ -3859,7 +3858,6 @@
38593858
"app-dir action handling should be possible to catch network errors",
38603859
"app-dir action handling should be possible to catch regular errors",
38613860
"app-dir action handling should bundle external libraries if they are on the action layer",
3862-
"app-dir action handling should forward action request to a worker that contains the action handler (edge)",
38633861
"app-dir action handling should handle action correctly with middleware rewrite",
38643862
"app-dir action handling should handle actions executed in quick succession",
38653863
"app-dir action handling should handle basic actions correctly",
@@ -3868,7 +3866,6 @@
38683866
"app-dir action handling should log a warning when a server action is not found but an id is provided",
38693867
"app-dir action handling should not block navigation events while a server action is in flight",
38703868
"app-dir action handling should not block router.back() while a server action is in flight",
3871-
"app-dir action handling should not error when a forwarded action triggers a redirect (edge)",
38723869
"app-dir action handling should not error when a forwarded action triggers a redirect (node)",
38733870
"app-dir action handling should not log errors for non-action form POSTs",
38743871
"app-dir action handling should only submit action once when resubmitting an action after navigation",
@@ -3902,7 +3899,10 @@
39023899
"failed": [
39033900
"app-dir action handling Edge SSR should handle unicode search params",
39043901
"app-dir action handling HMR should support updating the action",
3905-
"app-dir action handling should forward action request to a worker that contains the action handler (node)"
3902+
"app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams",
3903+
"app-dir action handling should forward action request to a worker that contains the action handler (edge)",
3904+
"app-dir action handling should forward action request to a worker that contains the action handler (node)",
3905+
"app-dir action handling should not error when a forwarded action triggers a redirect (edge)"
39063906
],
39073907
"pending": [
39083908
"app-dir action handling fetch actions should handle unstable_expireTag + redirect",
@@ -4741,7 +4741,6 @@
47414741
"app dir - basic <Link /> should replace to external url",
47424742
"app dir - basic <Link /> should soft push",
47434743
"app dir - basic <Link /> should soft replace",
4744-
"app dir - basic HMR should HMR correctly for client component",
47454744
"app dir - basic HMR should HMR correctly for server component",
47464745
"app dir - basic bootstrap scripts should fail to bootstrap when using CSP in Dev due to eval",
47474746
"app dir - basic bootstrap scripts should only bootstrap with one script, prinitializing the rest",
@@ -4763,6 +4762,7 @@
47634762
"app dir - basic next/script should pass `nonce`",
47644763
"app dir - basic next/script should pass nonce when using next/font",
47654764
"app dir - basic next/script should pass on extra props for beforeInteractive scripts with a src prop",
4765+
"app dir - basic next/script should pass on extra props for beforeInteractive scripts without a src prop",
47664766
"app dir - basic next/script should support next/script and render in correct order",
47674767
"app dir - basic rewrites should support rewrites on client-side navigation",
47684768
"app dir - basic rewrites should support rewrites on client-side navigation from pages to app with existing pages path",
@@ -4830,7 +4830,7 @@
48304830
],
48314831
"failed": [
48324832
"app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
4833-
"app dir - basic next/script should pass on extra props for beforeInteractive scripts without a src prop",
4833+
"app dir - basic HMR should HMR correctly for client component",
48344834
"app dir - basic should serve polyfills for browsers that do not support modules"
48354835
],
48364836
"pending": [
@@ -6683,7 +6683,6 @@
66836683
"app dir - navigation locale warnings should warn about using the `locale` prop with `next/link` in app router",
66846684
"app dir - navigation navigating to a page with async metadata shows a fallback when prefetch completed",
66856685
"app dir - navigation navigating to a page with async metadata shows a fallback when prefetch was pending",
6686-
"app dir - navigation navigating to dynamic params & changing the casing should load the page correctly",
66876686
"app dir - navigation navigation between pages and app should not contain _rsc query while navigating from app to pages",
66886687
"app dir - navigation navigation between pages and app should not contain _rsc query while navigating from pages to app",
66896688
"app dir - navigation navigation between pages and app should not omit the hash while navigating from app to pages",
@@ -6723,7 +6722,8 @@
67236722
"app dir - navigation useRouter identity between navigations should preserve identity when navigating to the same page"
67246723
],
67256724
"failed": [
6726-
"app dir - navigation middleware redirect should change browser location when router.refresh() gets a redirect response"
6725+
"app dir - navigation middleware redirect should change browser location when router.refresh() gets a redirect response",
6726+
"app dir - navigation navigating to dynamic params & changing the casing should load the page correctly"
67276727
],
67286728
"pending": [],
67296729
"flakey": [],
@@ -7305,7 +7305,6 @@
73057305
"parallel-routes-and-interception parallel routes should support parallel route tab bars",
73067306
"parallel-routes-and-interception parallel routes should support parallel routes with no page component",
73077307
"parallel-routes-and-interception parallel routes should throw a 404 when no matching parallel route is found",
7308-
"parallel-routes-and-interception route intercepting should intercept on routes that contain hyphenated/special dynamic params",
73097308
"parallel-routes-and-interception route intercepting should re-render the layout on the server when it had a default child route",
73107309
"parallel-routes-and-interception route intercepting should render an intercepted route at the top level from a nested path",
73117310
"parallel-routes-and-interception route intercepting should render an intercepted route from a slot",
@@ -7319,7 +7318,9 @@
73197318
"parallel-routes-and-interception route intercepting with dynamic routes should render intercepted route",
73207319
"parallel-routes-and-interception-conflicting-pages should gracefully handle when two page segments match the `children` parallel slot"
73217320
],
7322-
"failed": [],
7321+
"failed": [
7322+
"parallel-routes-and-interception route intercepting should intercept on routes that contain hyphenated/special dynamic params"
7323+
],
73237324
"pending": [],
73247325
"flakey": [],
73257326
"runtimeError": false

0 commit comments

Comments
 (0)