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
298 changes: 281 additions & 17 deletions test/rspack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,6 @@
"test/e2e/app-dir/cache-components-dynamic-imports/cache-components-dynamic-imports.test.ts": {
"passed": [
"async imports in cacheComponents - external packages does not instrument import() in external packages",
"async imports in cacheComponents are not instrumented in edge edge route handler",
"async imports in cacheComponents are not instrumented in edge middleware",
"async imports in cacheComponents does not cause any routes to become (partially) dynamic",
"async imports in cacheComponents inside a GET route handler import of a sync module",
Expand Down Expand Up @@ -1854,6 +1853,7 @@
"Cache Components Errors Build With --prerender-debug Sync IO - Random - Math.random() should error the build if sync IO is used in a Server Component while prerendering",
"Cache Components Errors Build With --prerender-debug Sync IO - Web Crypto - getRandomValue() should error the build if sync IO is used in a Server Component while prerendering",
"Cache Components Errors Build With --prerender-debug Sync IO - Web Crypto - randomUUID() should error the build if sync IO is used in a Server Component while prerendering",
"Cache Components Errors Build With --prerender-debug Unhandled Rejection Suppression should suppress unhandled rejections after prerender abort",
"Cache Components Errors Build With --prerender-debug With `use cache: private` in `unstable_cache` should error the build",
"Cache Components Errors Build With --prerender-debug With `use cache: private` in `use cache` should error the build",
"Cache Components Errors Build With --prerender-debug With `use cache: private` with `connection()` should not fail the build and show no runtime error (caught in userland)",
Expand Down Expand Up @@ -1901,6 +1901,7 @@
"Cache Components Errors Build Without --prerender-debug Sync IO - Random - Math.random() should error the build if sync IO is used in a Server Component while prerendering",
"Cache Components Errors Build Without --prerender-debug Sync IO - Web Crypto - getRandomValue() should error the build if sync IO is used in a Server Component while prerendering",
"Cache Components Errors Build Without --prerender-debug Sync IO - Web Crypto - randomUUID() should error the build if sync IO is used in a Server Component while prerendering",
"Cache Components Errors Build Without --prerender-debug Unhandled Rejection Suppression should suppress unhandled rejections after prerender abort",
"Cache Components Errors Build Without --prerender-debug With `use cache: private` in `unstable_cache` should error the build",
"Cache Components Errors Build Without --prerender-debug With `use cache: private` in `use cache` should error the build",
"Cache Components Errors Build Without --prerender-debug With `use cache: private` with `connection()` should not fail the build and show no runtime error (caught in userland)",
Expand All @@ -1922,6 +1923,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/cache-components-route-handler-errors/cache-components-route-handler-errors.test.ts": {
"passed": [
"cache-components-route-handler-errors should error when route handlers use segment configs that aren't supported by cacheComponents"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/cache-components-segment-configs/cache-components-segment-configs.test.ts": {
"passed": [
"cache-components-segment-configs it should error when using segment configs that aren't supported by cacheComponents",
Expand Down Expand Up @@ -3443,6 +3453,66 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/metadata-static-file/metadata-static-file-dynamic-route.test.ts": {
"passed": [
"metadata-files-static-output-dynamic-route should have correct link tags for dynamic page",
"metadata-files-static-output-dynamic-route should serve static files when requested to its route for dynamic page"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/metadata-static-file/metadata-static-file-group-route.test.ts": {
"passed": [
"metadata-files-static-output-group-route should have correct link tags for group page",
"metadata-files-static-output-group-route should serve static files when requested to its route for group page"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/metadata-static-file/metadata-static-file-intercepting-route.test.ts": {
"passed": [
"metadata-files-static-output-intercepting-route should have correct link tags for intercepting page",
"metadata-files-static-output-intercepting-route should serve static files when requested to its route for intercepting page"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/metadata-static-file/metadata-static-file-parallel-route.test.ts": {
"passed": [
"metadata-files-static-output-parallel-route should have correct link tags for parallel slot page",
"metadata-files-static-output-parallel-route should serve static files when requested to its route for parallel slot page"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/metadata-static-file/metadata-static-file-root-route.test.ts": {
"passed": [
"metadata-files-static-output-root-route should have correct link tags for root page",
"metadata-files-static-output-root-route should serve static files when requested to its route"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/metadata-static-file/metadata-static-file-static-route.test.ts": {
"passed": [
"metadata-files-static-output-static-route should have correct link tags for static page",
"metadata-files-static-output-static-route should serve static files when requested to its route for static page"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/metadata-static-generation/metadata-static-generation.test.ts": {
"passed": [
"app-dir - metadata-static-generation should contain async generated metadata in body for dynamic page",
Expand Down Expand Up @@ -3950,6 +4020,186 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/async-function/async-function-cjs.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-async-function-cjs requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/async-function/async-function-esm.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-async-function-esm requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/dynamic-import-esm/next-config-ts-dynamic-import-esm.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-dynamic-import-esm requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/export-as-default/next-config-ts-export-as-default-cjs.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-export-as-default-cjs requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/export-as-default/next-config-ts-export-as-default-esm.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-export-as-default-esm requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/export-default/next-config-ts-export-default-cjs.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-export-default-cjs requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/export-default/next-config-ts-export-default-esm.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-export-default-esm requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/import-from-node-modules/next-config-ts-import-from-node-modules-cjs.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-import-from-node-modules-cjs requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/import-from-node-modules/next-config-ts-import-from-node-modules-esm.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-import-from-node-modules-esm requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/import-js-extensions-cjs/next-config-ts-import-js-extensions-cjs.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-import-js-extensions-cjs requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/import-js-extensions-esm/next-config-ts-import-js-extensions-esm.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-import-js-extensions-esm requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/import-json/next-config-ts-import-json-cjs.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-import-json-cjs requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/import-json/next-config-ts-import-json-esm.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-import-json-esm requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/nested-imports/next-config-ts-nested-imports-cjs.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-nested-imports-cjs requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/nested-imports/next-config-ts-nested-imports-esm.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-nested-imports-esm requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/node-api-cjs/next-config-ts-node-api-cjs.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-node-api-cjs requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/node-api-esm/next-config-ts-node-api-esm.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-node-api-esm requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/top-level-await-esm/next-config-ts-top-level-await-esm.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-top-level-await-esm requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/type-error/next-config-ts-type-error-cjs.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-type-error-cjs requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts-native-ts/type-error/next-config-ts-type-error-esm.test.ts": {
"passed": [],
"failed": [],
"pending": [
"next-config-ts-type-error-esm requires `process.features.typescript` to feature detect Node.js native TS"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-config-ts/async-function/async-function-cjs.test.ts": {
"passed": [
"next-config-ts-async-function-cjs should support config as async function (CJS)"
Expand Down Expand Up @@ -7237,6 +7487,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/build-indicator/test/index.test.ts": {
"passed": [
"Build Activity Indicator Invalid position config should validate position config"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/cancel-request/stream-cancel.test.ts": {
"passed": [
"streaming responses cancel inner stream after disconnect edge app route handler cancels stalled stream",
Expand Down Expand Up @@ -10665,19 +10924,6 @@
"flakey": [],
"runtimeError": false
},
"test/integration/build-indicator/test/index.test.js": {
"passed": [
"Build Activity Indicator Enabled - (app) Shows build indicator when page is built from modifying",
"Build Activity Indicator Enabled - (app) webpack only Shows the build indicator when a page is built during navigation",
"Build Activity Indicator Enabled - (pages) Shows build indicator when page is built from modifying",
"Build Activity Indicator Enabled - (pages) webpack only Shows the build indicator when a page is built during navigation",
"Build Activity Indicator should validate position config"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/build-output/test/index.test.js": {
"passed": [
"Build Output production mode Basic Application Output (experimental: {\"gzipSize\":false}) should not emit extracted comments",
Expand Down Expand Up @@ -19353,6 +19599,16 @@
"flakey": [],
"runtimeError": false
},
"test/production/adapter-config/adapter-config-ppr.test.ts": {
"passed": [
"adapter-config should apply modifyConfig from adapter",
"adapter-config should call onBuildComplete with correct context"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/adapter-config/adapter-config.test.ts": {
"passed": [
"adapter-config should apply modifyConfig from adapter",
Expand Down Expand Up @@ -20617,11 +20873,10 @@
},
"test/production/pnpm-support/index.test.ts": {
"passed": [
"pnpm support should build with dependencies installed via pnpm"
],
"failed": [
"pnpm support should build with dependencies installed via pnpm",
"pnpm support should execute client-side JS on each page in output: \"standalone\""
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -20715,6 +20970,15 @@
"flakey": [],
"runtimeError": false
},
"test/production/standalone-mode/node-modules/node-modules.test.ts": {
"passed": [
"standalone mode - NFT in node_modules should not trace process.cwd calls in node_modules"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/standalone-mode/optimizecss/index.test.ts": {
"passed": ["standalone mode and optimizeCss should work"],
"failed": [],
Expand Down
Loading