|
9635 | 9635 | "flakey": [], |
9636 | 9636 | "runtimeError": false |
9637 | 9637 | }, |
| 9638 | + "test/e2e/next-analyze/next-analyze.test.ts": { |
| 9639 | + "passed": ["next experimental-analyze skips in non-Turbopack tests"], |
| 9640 | + "failed": [], |
| 9641 | + "pending": [], |
| 9642 | + "flakey": [], |
| 9643 | + "runtimeError": false |
| 9644 | + }, |
9638 | 9645 | "test/e2e/next-config-warnings/esm-externals-false/esm-externals-false.test.ts": { |
9639 | 9646 | "passed": [ |
9640 | 9647 | "next-config-warnings - esm-externals-false should contain esmExternals feature usage in telemetry", |
|
21057 | 21064 | }, |
21058 | 21065 | "test/production/debug-build-path/debug-build-paths.test.ts": { |
21059 | 21066 | "passed": [ |
| 21067 | + "debug-build-paths explicit path formats should build dynamic route with literal [slug] path", |
21060 | 21068 | "debug-build-paths explicit path formats should build multiple pages routes", |
21061 | 21069 | "debug-build-paths explicit path formats should build single page with pages/ prefix", |
21062 | | - "debug-build-paths glob pattern matching should match app and pages routes with glob patterns" |
| 21070 | + "debug-build-paths glob pattern matching should match app and pages routes with glob patterns", |
| 21071 | + "debug-build-paths glob pattern matching should match hybrid pattern with literal [slug] and glob **", |
| 21072 | + "debug-build-paths glob pattern matching should match multiple app routes with explicit patterns", |
| 21073 | + "debug-build-paths glob pattern matching should match nested routes with app/blog/**/page.tsx pattern", |
| 21074 | + "debug-build-paths typechecking with debug-build-paths should fail typechecking when route with type error is included", |
| 21075 | + "debug-build-paths typechecking with debug-build-paths should skip typechecking for excluded app routes" |
21063 | 21076 | ], |
21064 | 21077 | "failed": [], |
21065 | 21078 | "pending": [], |
|
21115 | 21128 | "flakey": [], |
21116 | 21129 | "runtimeError": false |
21117 | 21130 | }, |
21118 | | - "test/production/deterministic-build/index.test.ts": { |
21119 | | - "passed": ["deterministic build should have same md5 file across build"], |
| 21131 | + "test/production/deterministic-build/deployment-id.test.ts": { |
| 21132 | + "passed": [], |
| 21133 | + "failed": [], |
| 21134 | + "pending": [ |
| 21135 | + "deterministic build - changing deployment id should produce identical build outputs even when changing deployment id" |
| 21136 | + ], |
| 21137 | + "flakey": [], |
| 21138 | + "runtimeError": false |
| 21139 | + }, |
| 21140 | + "test/production/deterministic-build/no-change.test.ts": { |
| 21141 | + "passed": [ |
| 21142 | + "deterministic build - no-change build should have same md5 file across build" |
| 21143 | + ], |
21120 | 21144 | "failed": [], |
21121 | 21145 | "pending": [], |
21122 | 21146 | "flakey": [], |
|
0 commit comments