Skip to content
Open
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
98 changes: 32 additions & 66 deletions test/rspack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@
},
"test/e2e/app-dir/app-css/index.test.ts": {
"passed": [
"app dir - css css support chunks should bundle css resources into chunks",
"app dir - css css support client components should support css modules inside client components",
"app dir - css css support client components should support css modules inside client page",
"app dir - css css support client layouts should support css modules inside client layouts",
Expand All @@ -553,6 +554,7 @@
"app dir - css css support special entries should include css imported in client not-found.js",
"app dir - css css support special entries should include css imported in client template.js",
"app dir - css css support special entries should include css imported in error.js",
"app dir - css css support special entries should include css imported in loading.js",
"app dir - css css support special entries should include css imported in root not-found.js",
"app dir - css css support special entries should include css imported in server not-found.js",
"app dir - css css support special entries should include css imported in server template.js",
Expand All @@ -567,10 +569,7 @@
"app dir - css sass support server pages should support global sass/scss inside server pages",
"app dir - css sass support server pages should support sass/scss modules inside server pages"
],
"failed": [
"app dir - css css support chunks should bundle css resources into chunks",
"app dir - css css support special entries should include css imported in loading.js"
],
"failed": [],
"pending": [
"app dir - css css support server layouts should support global css inside server layouts"
],
Expand Down Expand Up @@ -844,10 +843,11 @@
"app dir - prefetching (custom staleTime) should fetch again when a static page was prefetched when navigating to it after the stale time has passed",
"app dir - prefetching (custom staleTime) should fetch again when the initially visited static page is visited after the stale time has passed",
"app dir - prefetching (custom staleTime) should not fetch again when a static page was prefetched when navigating to it twice",
"app dir - prefetching (custom staleTime) should not re-fetch cached data when navigating back to a route group",
"app dir - prefetching (custom staleTime) should renew the stale time after refetching expired RSC data"
],
"failed": [],
"failed": [
"app dir - prefetching (custom staleTime) should not re-fetch cached data when navigating back to a route group"
],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -3183,11 +3183,10 @@
},
"test/e2e/app-dir/initial-css-order/initial-css-order.test.ts": {
"passed": [
"initial-css-order should serve styles in the correct order for global-not-found",
"initial-css-order should serve styles in the correct order for the page"
],
"failed": [
"initial-css-order should serve styles in the correct order for global-not-found"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -5917,7 +5916,7 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/resume-data-cache/resume-data-cache/resume-data-cache.test.ts": {
"test/e2e/app-dir/resume-data-cache/resume-data-cache.test.ts": {
"passed": [
"resume-data-cache should have consistent data between static and dynamic renders with fetch cache",
"resume-data-cache should have consistent data between static and dynamic renders with use cache"
Expand Down Expand Up @@ -6677,14 +6676,13 @@
"segment cache (basic tests) does not cause infinite loop with cacheLife(\"seconds\")",
"segment cache (basic tests) does not throw an error when navigating to a page with a server action",
"segment cache (basic tests) navigate before any data has loaded into the prefetch cache",
"segment cache (basic tests) navigate with prefetched data",
"segment cache (basic tests) prefetch interception route",
"segment cache (basic tests) prefetch interception route with params",
"segment cache (basic tests) refreshes page segments when navigating to the exact same URL as the current location",
"segment cache (basic tests) skips dynamic request if prefetched data is fully static",
"segment cache (basic tests) skips static layouts during partially static navigation"
],
"failed": [],
"failed": ["segment cache (basic tests) navigate with prefetched data"],
"pending": [
"segment cache (basic tests) navigate to page with lazily-generated (not at build time) static param"
],
Expand Down Expand Up @@ -6807,48 +6805,6 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts": {
"passed": [
"runtime prefetching can completely prefetch a page that is fully static",
"runtime prefetching in a page can completely prefetch a page that uses cookies and no uncached IO",
"runtime prefetching in a page includes cookies, but not dynamic content",
"runtime prefetching in a page includes dynamic params, but not dynamic content",
"runtime prefetching in a page includes headers, but not dynamic content",
"runtime prefetching in a page includes root params, but not dynamic content",
"runtime prefetching in a page includes search params, but not dynamic content",
"runtime prefetching in a private cache can completely prefetch a page that uses cookies and no uncached IO",
"runtime prefetching in a private cache includes cookies, but not dynamic content",
"runtime prefetching in a private cache includes dynamic params, but not dynamic content",
"runtime prefetching in a private cache includes headers, but not dynamic content",
"runtime prefetching in a private cache includes root params, but not dynamic content",
"runtime prefetching in a private cache includes search params, but not dynamic content",
"runtime prefetching passed to a public cache can completely prefetch a page that uses cookies and no uncached IO",
"runtime prefetching passed to a public cache includes cookies, but not dynamic content",
"runtime prefetching passed to a public cache includes dynamic params, but not dynamic content",
"runtime prefetching passed to a public cache includes headers, but not dynamic content",
"runtime prefetching passed to a public cache includes root params, but not dynamic content",
"runtime prefetching passed to a public cache includes search params, but not dynamic content",
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a page",
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a private cache",
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request"
],
"failed": [],
"pending": [
"runtime prefetching cache stale time handling includes private caches with cacheLife(\"seconds\")",
"runtime prefetching cache stale time handling includes public caches with cacheLife(\"seconds\")",
"runtime prefetching cache stale time handling includes short-lived public caches with a long enough staleTime",
"runtime prefetching cache stale time handling omits private caches with a short enough staleTime",
"runtime prefetching cache stale time handling omits short-lived public caches with a short enough staleTime",
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a private cache",
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache",
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting cookies()",
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting headers()",
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting searchParams",
"runtime prefetching errors should trigger error boundaries for errors that occurred in runtime-prefetched content"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/prefetch-scheduling/prefetch-scheduling.test.ts": {
"passed": [
"segment cache prefetch scheduling cancels a viewport-initiated prefetch if the link leaves the viewport before it finishes",
Expand Down Expand Up @@ -9875,6 +9831,7 @@
"opentelemetry root context pages should handle getServerSideProps on edge",
"opentelemetry root context pages should handle getServerSideProps returning notFound",
"opentelemetry root context pages should handle getStaticProps when fallback: 'blocking'",
"opentelemetry with custom server should set attributes correctly on handleRequest span",
"opentelemetry with disabled fetch tracing root context app router with disabled fetch should handle RSC with disabled fetch"
],
"failed": [],
Expand Down Expand Up @@ -11160,11 +11117,11 @@
"runtimeError": false
},
"test/integration/app-document-remove-hmr/test/index.test.ts": {
"passed": [],
"failed": [
"passed": [
"_app removal HMR should HMR when _app is removed",
"_app removal HMR should HMR when _document is removed"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -11400,16 +11357,6 @@
"flakey": [],
"runtimeError": false
},
"test/integration/clean-distdir/test/index.test.ts": {
"passed": [],
"failed": [
"Cleaning distDir production mode disabled write should not clean up .next before build start",
"Cleaning distDir production mode should clean up .next before build start"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/cli/test/index.test.ts": {
"passed": [
"CLI Usage dev --experimental-https",
Expand Down Expand Up @@ -20587,6 +20534,15 @@
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/metadata-base-warning/metadata-base-warning.test.ts": {
"passed": [
"metadata-base-warning should not warn metadataBase for static image when metadataBase is set"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/metadata-img-too-large/opengraph-image/index.test.ts": {
"passed": [
"app-dir - metadata-img-too-large opengraph-image should throw when opengraph-image file size exceeds 8MB"
Expand Down Expand Up @@ -20919,6 +20875,16 @@
"flakey": [],
"runtimeError": false
},
"test/production/clean-distdir/index.test.ts": {
"passed": [
"Cleaning distDir disabled write should clean up .next before build start",
"Cleaning distDir disabled write should not clean up .next before build start"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/config-validation-fatal-errors/index.test.ts": {
"passed": [
"config validation - fatal errors should show warnings first, then throw fatal error"
Expand Down
Loading