Skip to content

Commit 1494c76

Browse files
Update bundler development test manifest (#77315)
This auto-generated PR updates the development integration test manifest used when testing alternative bundlers.
1 parent 34885c4 commit 1494c76

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

test/rspack-dev-tests-manifest.json

+19-17
Original file line numberDiff line numberDiff line change
@@ -1294,6 +1294,7 @@
12941294
"parseResumeDataCache parses a cache with a single entry",
12951295
"parseResumeDataCache parses an empty cache",
12961296
"stringifyResumeDataCache serializes a cache with a single entry",
1297+
"stringifyResumeDataCache serializes a cache with a single entry that fails",
12971298
"stringifyResumeDataCache serializes an empty cache"
12981299
],
12991300
"failed": [],
@@ -2139,6 +2140,7 @@
21392140
"ReactRefreshRequire can replace a module before it is loaded",
21402141
"ReactRefreshRequire does not accumulate stale exports over time",
21412142
"ReactRefreshRequire propagates a hot update to closest accepted module",
2143+
"ReactRefreshRequire propagates a module that stops accepting in next version",
21422144
"ReactRefreshRequire propagates hot update to all inverse dependencies",
21432145
"ReactRefreshRequire provides fresh value for ES6 default import in parents",
21442146
"ReactRefreshRequire provides fresh value for ES6 named import in parents",
@@ -2148,9 +2150,7 @@
21482150
"ReactRefreshRequire runs dependencies before dependents",
21492151
"ReactRefreshRequire stops update propagation after module-level errors"
21502152
],
2151-
"failed": [
2152-
"ReactRefreshRequire propagates a module that stops accepting in next version"
2153-
],
2153+
"failed": [],
21542154
"pending": [],
21552155
"flakey": [],
21562156
"runtimeError": false
@@ -2259,8 +2259,8 @@
22592259
"runtimeError": false
22602260
},
22612261
"test/development/app-dir/build-error-logs/build-error-logs.test.ts": {
2262-
"passed": [],
2263-
"failed": ["build-error-logs should only log error a single time"],
2262+
"passed": ["build-error-logs should only log error a single time"],
2263+
"failed": [],
22642264
"pending": [],
22652265
"flakey": [],
22662266
"runtimeError": false
@@ -2374,10 +2374,11 @@
23742374
},
23752375
"test/development/app-dir/edge-errors-hmr/index.test.ts": {
23762376
"passed": [
2377-
"develop - app-dir - edge errros hmr should recover from build errors when client component error",
23782377
"develop - app-dir - edge errros hmr should recover from build errors when server component error"
23792378
],
2380-
"failed": [],
2379+
"failed": [
2380+
"develop - app-dir - edge errros hmr should recover from build errors when client component error"
2381+
],
23812382
"pending": [],
23822383
"flakey": [],
23832384
"runtimeError": false
@@ -2851,7 +2852,6 @@
28512852
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover from 404 after a page has been added",
28522853
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover from 404 after a page has been added with dynamic segments",
28532854
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover from errors in getInitialProps in client",
2854-
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover from errors in the render function",
28552855
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should show the error on all pages",
28562856
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '/asset-prefix' } should have client HMR events in trace file",
28572857
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '/asset-prefix' } should recover after a bad return from the render function",
@@ -2878,6 +2878,7 @@
28782878
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should detect syntax errors and recover",
28792879
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should not continously poll a custom error page",
28802880
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover after loader parse error in an imported file",
2881+
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover from errors in the render function",
28812882
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '/asset-prefix' } should detect runtime errors on the module scope",
28822883
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '/asset-prefix' } should detect syntax errors and recover",
28832884
"HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '/asset-prefix' } should not continously poll a custom error page",
@@ -3852,6 +3853,7 @@
38523853
"app-dir action handling should be possible to catch regular errors",
38533854
"app-dir action handling should bundle external libraries if they are on the action layer",
38543855
"app-dir action handling should forward action request to a worker that contains the action handler (edge)",
3856+
"app-dir action handling should forward action request to a worker that contains the action handler (node)",
38553857
"app-dir action handling should handle action correctly with middleware rewrite",
38563858
"app-dir action handling should handle actions executed in quick succession",
38573859
"app-dir action handling should handle basic actions correctly",
@@ -3892,8 +3894,7 @@
38923894
"app-dir action handling should work with interception routes"
38933895
],
38943896
"failed": [
3895-
"app-dir action handling Edge SSR should handle unicode search params",
3896-
"app-dir action handling should forward action request to a worker that contains the action handler (node)"
3897+
"app-dir action handling Edge SSR should handle unicode search params"
38973898
],
38983899
"pending": [
38993900
"app-dir action handling fetch actions should handle unstable_expireTag + redirect",
@@ -4034,6 +4035,7 @@
40344035
"app dir - css HMR should not create duplicate link tags during HMR",
40354036
"app dir - css HMR should support HMR for CSS imports in client components",
40364037
"app dir - css HMR should support HMR for CSS imports in server components",
4038+
"app dir - css HMR should support HMR with sass/scss",
40374039
"app dir - css Suspensey CSS should suspend on CSS imports if its slow on client navigation",
40384040
"app dir - css css support chunks should bundle css resources into chunks",
40394041
"app dir - css css support client components should support css modules inside client components",
@@ -4054,6 +4056,7 @@
40544056
"app dir - css css support server pages should support global css inside server pages",
40554057
"app dir - css css support should not affect css orders during HMR",
40564058
"app dir - css css support should not preload styles twice during HMR",
4059+
"app dir - css css support should reload @import styles during HMR",
40574060
"app dir - css css support special entries should include css imported in client not-found.js",
40584061
"app dir - css css support special entries should include css imported in client template.js",
40594062
"app dir - css css support special entries should include css imported in error.js",
@@ -4071,10 +4074,7 @@
40714074
"app dir - css sass support server pages should support global sass/scss inside server pages",
40724075
"app dir - css sass support server pages should support sass/scss modules inside server pages"
40734076
],
4074-
"failed": [
4075-
"app dir - css HMR should support HMR with sass/scss",
4076-
"app dir - css css support should reload @import styles during HMR"
4077-
],
4077+
"failed": [],
40784078
"pending": [
40794079
"app dir - css css support multiple entries should only inject the same style once if used by different layers",
40804080
"app dir - css css support multiple entries should only load chunks for the css module that is used by the specific entrypoint",
@@ -4597,6 +4597,7 @@
45974597
"app-dir static/dynamic handling should stream properly for /stale-cache-serving/route-handler",
45984598
"app-dir static/dynamic handling should work with dynamic path no generateStaticParams",
45994599
"app-dir static/dynamic handling should work with forced dynamic path",
4600+
"app-dir static/dynamic handling unstable_cache should be able to read the draft mode status",
46004601
"app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
46014602
"app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
46024603
"app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
@@ -4690,6 +4691,7 @@
46904691
"app-dir static/dynamic handling should stream properly for /stale-cache-serving/route-handler",
46914692
"app-dir static/dynamic handling should work with dynamic path no generateStaticParams",
46924693
"app-dir static/dynamic handling should work with forced dynamic path",
4694+
"app-dir static/dynamic handling unstable_cache should be able to read the draft mode status",
46934695
"app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
46944696
"app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
46954697
"app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
@@ -8948,6 +8950,7 @@
89488950
"use-cache should dedupe with react cache inside \"use cache\"",
89498951
"use-cache should error when cookies/headers/draftMode is used inside \"use cache\"",
89508952
"use-cache should not have unhandled rejection of Request data promises when use cache is enabled without dynamicIO",
8953+
"use-cache should not read nor write cached data when draft mode is enabled",
89518954
"use-cache should not use stale caches in server actions that have revalidated",
89528955
"use-cache should override fetch with cookies/auth in use cache properly",
89538956
"use-cache should override fetch with no-store in use cache properly",
@@ -19940,14 +19943,13 @@
1994019943
"server-side dev errors should show server-side error for dynamic api route correctly",
1994119944
"server-side dev errors should show server-side error for dynamic gssp page correctly",
1994219945
"server-side dev errors should show server-side error for gsp page correctly",
19946+
"server-side dev errors should show server-side error for gssp page correctly",
1994319947
"server-side dev errors should show server-side error for uncaught empty exception correctly",
1994419948
"server-side dev errors should show server-side error for uncaught empty rejection correctly",
1994519949
"server-side dev errors should show server-side error for uncaught exception correctly",
1994619950
"server-side dev errors should show server-side error for uncaught rejection correctly"
1994719951
],
19948-
"failed": [
19949-
"server-side dev errors should show server-side error for gssp page correctly"
19950-
],
19952+
"failed": [],
1995119953
"pending": [],
1995219954
"flakey": [],
1995319955
"runtimeError": false

0 commit comments

Comments
 (0)