Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 22 additions & 7 deletions test/rspack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,21 +571,29 @@
"cache-components-dev-warmup - with runtime prefetch configs initial load cached data resolves in the correct phase cached data + private cache",
"cache-components-dev-warmup - with runtime prefetch configs initial load cached data resolves in the correct phase cached data + short-lived cached data",
"cache-components-dev-warmup - with runtime prefetch configs initial load request APIs resolve in the correct phase",
"cache-components-dev-warmup - with runtime prefetch configs initial load sync IO in the runtime phase",
"cache-components-dev-warmup - with runtime prefetch configs initial load sync IO in the static phase",
"cache-components-dev-warmup - with runtime prefetch configs navigation cached data resolves in the correct phase cache reads that reveal more components with more caches",
"cache-components-dev-warmup - with runtime prefetch configs navigation cached data resolves in the correct phase cached data + cached fetch",
"cache-components-dev-warmup - with runtime prefetch configs navigation cached data resolves in the correct phase cached data + private cache",
"cache-components-dev-warmup - with runtime prefetch configs navigation cached data resolves in the correct phase cached data + short-lived cached data",
"cache-components-dev-warmup - with runtime prefetch configs navigation request APIs resolve in the correct phase",
"cache-components-dev-warmup - with runtime prefetch configs navigation sync IO in the runtime phase",
"cache-components-dev-warmup - with runtime prefetch configs navigation sync IO in the static phase",
"cache-components-dev-warmup - without runtime prefetch configs initial load cached data resolves in the correct phase cache reads that reveal more components with more caches",
"cache-components-dev-warmup - without runtime prefetch configs initial load cached data resolves in the correct phase cached data + cached fetch",
"cache-components-dev-warmup - without runtime prefetch configs initial load cached data resolves in the correct phase cached data + private cache",
"cache-components-dev-warmup - without runtime prefetch configs initial load cached data resolves in the correct phase cached data + short-lived cached data",
"cache-components-dev-warmup - without runtime prefetch configs initial load request APIs resolve in the correct phase",
"cache-components-dev-warmup - without runtime prefetch configs initial load sync IO in the runtime phase",
"cache-components-dev-warmup - without runtime prefetch configs initial load sync IO in the static phase",
"cache-components-dev-warmup - without runtime prefetch configs navigation cached data resolves in the correct phase cache reads that reveal more components with more caches",
"cache-components-dev-warmup - without runtime prefetch configs navigation cached data resolves in the correct phase cached data + cached fetch",
"cache-components-dev-warmup - without runtime prefetch configs navigation cached data resolves in the correct phase cached data + private cache",
"cache-components-dev-warmup - without runtime prefetch configs navigation cached data resolves in the correct phase cached data + short-lived cached data",
"cache-components-dev-warmup - without runtime prefetch configs navigation request APIs resolve in the correct phase"
"cache-components-dev-warmup - without runtime prefetch configs navigation request APIs resolve in the correct phase",
"cache-components-dev-warmup - without runtime prefetch configs navigation sync IO in the runtime phase",
"cache-components-dev-warmup - without runtime prefetch configs navigation sync IO in the static phase"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -1172,14 +1180,13 @@
},
"test/development/app-hmr/hmr.test.ts": {
"passed": [
"app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime",
"app-dir-hmr filesystem changes should have no unexpected action error for hmr",
"app-dir-hmr filesystem changes should not break when renaming a folder",
"app-dir-hmr filesystem changes should not continously poll when hitting a not found page",
"app-dir-hmr filesystem changes should update server components after navigating to a page with a different runtime"
],
"failed": [
"app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -8875,6 +8882,13 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/force-stale/force-stale.test.ts": {
"passed": ["force stale prefetching is disabled in dev"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/memory-pressure/segment-cache-memory-pressure.test.ts": {
"passed": [
"segment cache memory pressure disabled in development / deployment"
Expand Down Expand Up @@ -9385,13 +9399,14 @@
},
"test/e2e/app-dir/use-cache-hanging-inputs/use-cache-hanging-inputs.test.ts": {
"passed": [
"use-cache-hanging-inputs when an error is thrown should show an error overlay with only one error"
],
"failed": [],
"pending": [
"use-cache-hanging-inputs when a \"use cache\" function is closing over an uncached promise should show an error toast after a timeout",
"use-cache-hanging-inputs when an error is thrown should show an error overlay with only one error",
"use-cache-hanging-inputs when an uncached promise is used inside of \"use cache\" should show an error toast after a timeout",
"use-cache-hanging-inputs when an uncached promise is used inside of a nested \"use cache\" should show an error toast after a timeout"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
Expand Down
Loading