Skip to content

Commit 24b8756

Browse files
Update Turbopack production test manifest (#76659)
This auto-generated PR updates the production integration test manifest used when testing Turbopack.
1 parent a8b21bc commit 24b8756

File tree

1 file changed

+24
-11
lines changed

1 file changed

+24
-11
lines changed

test/turbopack-build-tests-manifest.json

+24-11
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
"app-dir action handling should not block router.back() while a server action is in flight",
191191
"app-dir action handling should not error when a forwarded action triggers a redirect (edge)",
192192
"app-dir action handling should not error when a forwarded action triggers a redirect (node)",
193+
"app-dir action handling should not expose action content in sourcemaps",
193194
"app-dir action handling should not log errors for non-action form POSTs",
194195
"app-dir action handling should only submit action once when resubmitting an action after navigation",
195196
"app-dir action handling should propagate errors from a `text/plain` response to an error boundary",
@@ -217,9 +218,7 @@
217218
"app-dir action handling should trigger an error boundary for action responses with an invalid content-type",
218219
"app-dir action handling should work with interception routes"
219220
],
220-
"failed": [
221-
"app-dir action handling should not expose action content in sourcemaps"
222-
],
221+
"failed": [],
223222
"pending": [
224223
"app-dir action handling fetch actions should handle unstable_expireTag + redirect",
225224
"app-dir action handling server actions render client components client component imported action should support importing client components from actions"
@@ -2503,7 +2502,8 @@
25032502
"i18n-hybrid does resolve /en-CA/about",
25042503
"i18n-hybrid does resolve /en-US/about",
25052504
"i18n-hybrid does resolve /fr-CA/about",
2506-
"i18n-hybrid does resolve /fr-FR/about"
2505+
"i18n-hybrid does resolve /fr-FR/about",
2506+
"i18n-hybrid should warn about i18n in app dir"
25072507
],
25082508
"failed": [],
25092509
"pending": [],
@@ -2947,6 +2947,7 @@
29472947
"app dir - metadata twitter should support default twitter app card",
29482948
"app dir - metadata twitter should support default twitter player card",
29492949
"app dir - metadata twitter should support twitter card summary_large_image when image present",
2950+
"app dir - metadata viewport should skip initial-scale from viewport if it is set to undefined",
29502951
"app dir - metadata viewport should support dynamic viewport export"
29512952
],
29522953
"failed": [],
@@ -5131,6 +5132,16 @@
51315132
"flakey": [],
51325133
"runtimeError": false
51335134
},
5135+
"test/e2e/app-dir/segment-cache/mpa-navigations/mpa-navigations.test.ts": {
5136+
"passed": [
5137+
"segment cache (MPA navigations) triggers MPA navigation when navigating to a different root layout",
5138+
"segment cache (MPA navigations) triggers MPA navigation when navigating to a different root layout, during a navigation where a root param also changed"
5139+
],
5140+
"failed": [],
5141+
"pending": [],
5142+
"flakey": [],
5143+
"runtimeError": false
5144+
},
51345145
"test/e2e/app-dir/segment-cache/prefetch-scheduling/prefetch-scheduling.test.ts": {
51355146
"passed": [
51365147
"segment cache prefetch scheduling cancels a viewport-initiated prefetch if the link leaves the viewport before it finishes",
@@ -5147,7 +5158,9 @@
51475158
"test/e2e/app-dir/segment-cache/revalidation/segment-cache-revalidation.test.ts": {
51485159
"passed": [
51495160
"segment cache (revalidation) evict client cache when Server Action calls revalidatePath",
5150-
"segment cache (revalidation) evict client cache when Server Action calls revalidateTag"
5161+
"segment cache (revalidation) evict client cache when Server Action calls revalidateTag",
5162+
"segment cache (revalidation) re-fetch visible links after a navigation, if needed",
5163+
"segment cache (revalidation) refetch visible Form components after cache is revalidated"
51515164
],
51525165
"failed": [],
51535166
"pending": [],
@@ -6126,6 +6139,7 @@
61266139
"getServerSideProps should navigate to a normal page and back",
61276140
"getServerSideProps should not fetch data on mount",
61286141
"getServerSideProps should not have gssp in __NEXT_DATA__ for non-GSSP page",
6142+
"getServerSideProps should not include rewrite query params in `asPath` and `req.url`",
61296143
"getServerSideProps should not re-call getServerSideProps when updating query",
61306144
"getServerSideProps should not show error for accessing res after gssp returns",
61316145
"getServerSideProps should not show error for invalid JSON returned from getServerSideProps",
@@ -17530,6 +17544,7 @@
1753017544
"passed": [
1753117545
"dynamic-io-cache-handlers should call expireTags on global default cache handler",
1753217546
"dynamic-io-cache-handlers should call receiveExpiredTags on global default cache handler",
17547+
"dynamic-io-cache-handlers should call receiveExpiredTags on global default cache handler without tags if none are provided",
1753317548
"dynamic-io-cache-handlers should use global symbol for default cache handler"
1753417549
],
1753517550
"failed": [],
@@ -17800,14 +17815,14 @@
1780017815
"runtimeError": false
1780117816
},
1780217817
"test/production/build-spinners/index.test.ts": {
17803-
"passed": [
17818+
"passed": [],
17819+
"failed": [
1780417820
"build-spinners should handle build spinners correctly app and pages",
1780517821
"build-spinners should handle build spinners correctly app dir - (compile workers)",
1780617822
"build-spinners should handle build spinners correctly app dir - basic",
1780717823
"build-spinners should handle build spinners correctly page dir",
1780817824
"build-spinners should handle build spinners correctly page dir (compile workers)"
1780917825
],
17810-
"failed": [],
1781117826
"pending": [],
1781217827
"flakey": [],
1781317828
"runtimeError": false
@@ -18352,6 +18367,7 @@
1835218367
"Production Usage should handle query/hash correctly during query updating #hello? $search",
1835318368
"Production Usage should handle query/hash correctly during query updating #hello?world $search",
1835418369
"Production Usage should have defer on all script tags",
18370+
"Production Usage should navigate through history after query update",
1835518371
"Production Usage should navigate to external site and back",
1835618372
"Production Usage should navigate to external site and back (with query)",
1835718373
"Production Usage should navigate to page with CSS and back",
@@ -18368,10 +18384,7 @@
1836818384
"Production Usage should respond with 405 for POST to static page",
1836918385
"Production Usage should warn when prefetch is true"
1837018386
],
18371-
"failed": [
18372-
"Production Usage should navigate through history after query update",
18373-
"Production Usage should output traces"
18374-
],
18387+
"failed": ["Production Usage should output traces"],
1837518388
"pending": [
1837618389
"Production Usage With Security Related Issues should handle invalid URL properly",
1837718390
"Production Usage With basic usage should allow etag header support with getServerSideProps",

0 commit comments

Comments
 (0)