|
592 | 592 | "flakey": [], |
593 | 593 | "runtimeError": false |
594 | 594 | }, |
| 595 | + "test/e2e/app-dir/app-esm-js/standalone.test.ts": { |
| 596 | + "passed": [ |
| 597 | + "output: standalone with ESM app dir should work correctly with output standalone" |
| 598 | + ], |
| 599 | + "failed": [], |
| 600 | + "pending": [], |
| 601 | + "flakey": [], |
| 602 | + "runtimeError": false |
| 603 | + }, |
595 | 604 | "test/e2e/app-dir/app-external/app-external.test.ts": { |
596 | 605 | "passed": [ |
597 | 606 | "app dir - external dependency app route should resolve next/server api from external esm package", |
|
1946 | 1955 | "flakey": [], |
1947 | 1956 | "runtimeError": false |
1948 | 1957 | }, |
| 1958 | + "test/e2e/app-dir/dynamic-io-dynamic-imports/dynamic-io-dynamic-imports.test.ts": { |
| 1959 | + "passed": [ |
| 1960 | + "async imports in dynamicIO - external packages does not instrument import() in external packages", |
| 1961 | + "async imports in dynamicIO does not cause any routes to become (partially) dynamic", |
| 1962 | + "async imports in dynamicIO inside a GET route handler import of a sync module", |
| 1963 | + "async imports in dynamicIO inside a GET route handler import of module with top-level-await", |
| 1964 | + "async imports in dynamicIO inside a client component import of a sync module", |
| 1965 | + "async imports in dynamicIO inside a client component import of module with top-level-await", |
| 1966 | + "async imports in dynamicIO inside a server component dynamic import in node_modules in a CJS package import of a sync module", |
| 1967 | + "async imports in dynamicIO inside a server component dynamic import in node_modules in an ESM package import of a sync module", |
| 1968 | + "async imports in dynamicIO inside a server component dynamic import in node_modules in an ESM package import of module with top-level-await", |
| 1969 | + "async imports in dynamicIO inside a server component import of a sync module", |
| 1970 | + "async imports in dynamicIO inside a server component import of module with top-level-await", |
| 1971 | + "async imports in dynamicIO outside of render client import of a sync module", |
| 1972 | + "async imports in dynamicIO outside of render client import of module with top-level-await", |
| 1973 | + "async imports in dynamicIO outside of render server import of a sync module", |
| 1974 | + "async imports in dynamicIO outside of render server import of module with top-level-await" |
| 1975 | + ], |
| 1976 | + "failed": [], |
| 1977 | + "pending": [], |
| 1978 | + "flakey": [], |
| 1979 | + "runtimeError": false |
| 1980 | + }, |
1949 | 1981 | "test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.module-scope.test.ts": { |
1950 | 1982 | "passed": [ |
1951 | 1983 | "Lazy Module Init should build statically even if module scope uses sync APIs like current time and random" |
|
7722 | 7754 | "test/e2e/next-link-errors/next-link-errors.test.ts": { |
7723 | 7755 | "passed": [ |
7724 | 7756 | "next-link errors on invalid href", |
| 7757 | + "next-link invalid `prefetch` causes runtime error (dev-only)", |
7725 | 7758 | "next-link multiple children", |
7726 | 7759 | "next-link no children" |
7727 | 7760 | ], |
|
18665 | 18698 | "flakey": [], |
18666 | 18699 | "runtimeError": false |
18667 | 18700 | }, |
| 18701 | + "test/production/deployment-id-handling/deployment-id-cookie-handling.test.ts": { |
| 18702 | + "passed": [ |
| 18703 | + "deployment-id-handling disabled should not append dpl query to all assets for /", |
| 18704 | + "deployment-id-handling disabled should not append dpl query to all assets for /from-app", |
| 18705 | + "deployment-id-handling disabled should not append dpl query to all assets for /from-app/edge", |
| 18706 | + "deployment-id-handling disabled should not append dpl query to all assets for /pages-edge", |
| 18707 | + "deployment-id-handling disabled should set set-cookie header correctly" |
| 18708 | + ], |
| 18709 | + "failed": [], |
| 18710 | + "pending": [], |
| 18711 | + "flakey": [], |
| 18712 | + "runtimeError": false |
| 18713 | + }, |
18668 | 18714 | "test/production/deployment-id-handling/deployment-id-handling.test.ts": { |
18669 | 18715 | "passed": [ |
18670 | 18716 | "deployment-id-handling disabled should not append dpl query to all assets for /", |
|
0 commit comments