|
2032 | 2032 | "flakey": [],
|
2033 | 2033 | "runtimeError": false
|
2034 | 2034 | },
|
2035 |
| - "test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.prospective-fallback.test.ts": { |
2036 |
| - "passed": [ |
2037 |
| - "Dynamic IO Prospective Fallback should error on the build due to a missing suspense boundary", |
2038 |
| - "Dynamic IO Prospective Fallback should not error when we add the missing suspense boundary" |
2039 |
| - ], |
2040 |
| - "failed": [], |
2041 |
| - "pending": [], |
2042 |
| - "flakey": [], |
2043 |
| - "runtimeError": false |
2044 |
| - }, |
2045 | 2035 | "test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.sync-dynamic.test.ts": {
|
2046 | 2036 | "passed": [
|
2047 | 2037 | "Dynamic IO Errors - With Minification Sync Dynamic - With Fallback - client searchParams should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
|
|
3913 | 3903 | "flakey": [],
|
3914 | 3904 | "runtimeError": false
|
3915 | 3905 | },
|
| 3906 | + "test/e2e/app-dir/parallel-routes-and-interception-nested-dynamic-routes/parallel-routes-and-interception-nested-dynamic-routes.test.ts": { |
| 3907 | + "passed": [ |
| 3908 | + "parallel-routes-and-interception-nested-dynamic-routes should intercept the route for nested dynamic routes" |
| 3909 | + ], |
| 3910 | + "failed": [], |
| 3911 | + "pending": [], |
| 3912 | + "flakey": [], |
| 3913 | + "runtimeError": false |
| 3914 | + }, |
3916 | 3915 | "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts": {
|
3917 | 3916 | "passed": [
|
3918 | 3917 | "parallel-routes-and-interception parallel routes should apply the catch-all route to the parallel route if no matching route is found",
|
|
6399 | 6398 | },
|
6400 | 6399 | "test/e2e/define/define.test.ts": {
|
6401 | 6400 | "passed": [
|
6402 |
| - "compiler.define should render the magic variable on client side", |
6403 |
| - "compiler.define should render the magic variable on server side" |
| 6401 | + "compiler.define compiler.define should render the magic expression on client side", |
| 6402 | + "compiler.define compiler.define should render the magic expression on server side", |
| 6403 | + "compiler.define compiler.define should render the magic variable on client side", |
| 6404 | + "compiler.define compiler.define should render the magic variable on server side", |
| 6405 | + "compiler.define compiler.defineServer should not render the inlined expression on client side", |
| 6406 | + "compiler.define compiler.defineServer should not render the inlined variable on client side", |
| 6407 | + "compiler.define compiler.defineServer should render the inlined expression on server side", |
| 6408 | + "compiler.define compiler.defineServer should render the inlined variable on server side" |
6404 | 6409 | ],
|
6405 | 6410 | "failed": [],
|
6406 | 6411 | "pending": [],
|
|
0 commit comments