diff --git a/test/rspack-dev-tests-manifest.json b/test/rspack-dev-tests-manifest.json index 9fe97f21d0a73..f13e1a3af4150 100644 --- a/test/rspack-dev-tests-manifest.json +++ b/test/rspack-dev-tests-manifest.json @@ -657,6 +657,60 @@ "flakey": [], "runtimeError": false }, + "test/development/app-dir/devtools-position/bottom-left.test.ts": { + "passed": [ + "devtools-position-bottom-left should devtools indicator position initially be bottom-left when configured" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/development/app-dir/devtools-position/bottom-right-position.test.ts": { + "passed": [ + "devtools-position-bottom-right should devtools indicator position initially be bottom-right when configured" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/development/app-dir/devtools-position/default-position.test.ts": { + "passed": [ + "devtools-position-default should devtools indicator position initially be bottom-left by default" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/development/app-dir/devtools-position/position-persistence.test.ts": { + "passed": [ + "devtools-position-persistence should maintain devtools indicator position after navigation" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/development/app-dir/devtools-position/top-left-position.test.ts": { + "passed": [ + "devtools-position-top-left should devtools indicator position initially be top-left when configured" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/development/app-dir/devtools-position/top-right-position.test.ts": { + "passed": [ + "devtools-position-top-right should devtools indicator position initially be top-right when configured" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/development/app-dir/dynamic-error-trace/index.test.ts": { "passed": ["app dir - dynamic error trace should show the error trace"], "failed": [], @@ -1114,10 +1168,10 @@ "runtimeError": false }, "test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": { - "passed": [], - "failed": [ + "passed": [ "Skipped in Turbopack optimizePackageImports - mui should support MUI" ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -3945,6 +3999,7 @@ "Cache Components Errors Dev Sync IO - Random - Math.random() should show a collapsed redbox error", "Cache Components Errors Dev Sync IO - Web Crypto - getRandomValue() should show a collapsed redbox error", "Cache Components Errors Dev Sync IO - Web Crypto - randomUUID() should show a collapsed redbox error", + "Cache Components Errors Dev Unhandled Rejection Suppression should suppress unhandled rejections during prerender validation in dev", "Cache Components Errors Dev With `use cache: private` in `unstable_cache` should show a redbox error", "Cache Components Errors Dev With `use cache: private` in `use cache` should show a redbox error", "Cache Components Errors Dev With `use cache: private` with `connection()` should show a redbox error", @@ -6038,6 +6093,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)" @@ -8959,6 +9194,19 @@ "flakey": [], "runtimeError": false }, + "test/e2e/build-indicator/test/index.test.ts": { + "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 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", @@ -12354,19 +12602,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": [], "failed": [],