|
591 | 591 | "flakey": [],
|
592 | 592 | "runtimeError": false
|
593 | 593 | },
|
| 594 | + "packages/next/src/client/components/react-dev-overlay/utils/launch-editor.test.ts": { |
| 595 | + "passed": ["applescript string escaping should escape strings correctly"], |
| 596 | + "failed": [], |
| 597 | + "pending": [], |
| 598 | + "flakey": [], |
| 599 | + "runtimeError": false |
| 600 | + }, |
594 | 601 | "packages/next/src/client/components/react-dev-overlay/utils/webpack-module-path.test.ts": {
|
595 | 602 | "passed": [
|
596 | 603 | "webpack-module-path formatFrameSourceFile should return the original file path",
|
|
1905 | 1912 | "test/development/acceptance-app/editor-links.test.ts": {
|
1906 | 1913 | "passed": [
|
1907 | 1914 | "Error overlay - editor links opening links in import traces should be possible to open import trace files on RSC parse error",
|
| 1915 | + "Error overlay - editor links opening links in import traces should be possible to open import trace files on module not found error", |
1908 | 1916 | "Error overlay - editor links should be possible to open source file on build error"
|
1909 | 1917 | ],
|
1910 |
| - "failed": [ |
1911 |
| - "Error overlay - editor links opening links in import traces should be possible to open import trace files on module not found error" |
1912 |
| - ], |
| 1918 | + "failed": [], |
1913 | 1919 | "pending": [],
|
1914 | 1920 | "flakey": [],
|
1915 | 1921 | "runtimeError": false
|
|
2758 | 2764 | ],
|
2759 | 2765 | "pending": [],
|
2760 | 2766 | "flakey": [],
|
2761 |
| - "runtimeError": true |
| 2767 | + "runtimeError": false |
2762 | 2768 | },
|
2763 | 2769 | "test/development/basic/allowed-dev-origins.test.ts": {
|
2764 | 2770 | "passed": [
|
|
5219 | 5225 | "app dir - basic should not share edge workers",
|
5220 | 5226 | "app dir - basic should pass props from getServerSideProps in root layout",
|
5221 | 5227 | "app dir - basic should return normalized dynamic route params for catch-all edge page",
|
| 5228 | + "app dir - basic should return the `vary` header from edge runtime", |
| 5229 | + "app dir - basic should return the `vary` header from pages for flight requests", |
5222 | 5230 | "app dir - basic should serve /index as separate page",
|
5223 | 5231 | "app dir - basic should serve dynamic parameter",
|
5224 | 5232 | "app dir - basic should serve dynamic route from pages",
|
|
6311 | 6319 | "test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
|
6312 | 6320 | "passed": [
|
6313 | 6321 | "app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment",
|
| 6322 | + "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment", |
6314 | 6323 | "app-dir - error-on-next-codemod-comment should error with inline comment as well"
|
6315 | 6324 | ],
|
6316 | 6325 | "failed": [
|
6317 |
| - "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment", |
6318 | 6326 | "app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
|
6319 | 6327 | ],
|
6320 | 6328 | "pending": [],
|
|
12415 | 12423 | },
|
12416 | 12424 | "test/e2e/vary-header/test/index.test.ts": {
|
12417 | 12425 | "passed": [
|
12418 |
| - "Vary Header Tests should preserve custom vary header", |
| 12426 | + "Vary Header Tests should preserve custom vary header and append RSC headers in app route handlers", |
12419 | 12427 | "Vary Header Tests should preserve custom vary header in API routes",
|
12420 |
| - "Vary Header Tests should preserve middleware vary header" |
| 12428 | + "Vary Header Tests should preserve middleware vary header in combination with route handlers" |
12421 | 12429 | ],
|
12422 | 12430 | "failed": [],
|
12423 | 12431 | "pending": [],
|
@@ -21590,32 +21598,30 @@
|
21590 | 21598 | "test/integration/typescript-paths/test/index.test.js": {
|
21591 | 21599 | "passed": [
|
21592 | 21600 | "typescript paths default behavior should alias components",
|
| 21601 | + "typescript paths default behavior should not resolve to .d.ts files", |
21593 | 21602 | "typescript paths default behavior should resolve a single matching alias",
|
21594 | 21603 | "typescript paths default behavior should resolve the first item in the array first",
|
21595 | 21604 | "typescript paths default behavior should resolve the second item in as a fallback",
|
21596 | 21605 | "typescript paths without baseurl default behavior should alias components",
|
| 21606 | + "typescript paths without baseurl default behavior should not resolve to .d.ts files", |
21597 | 21607 | "typescript paths without baseurl default behavior should resolve a single matching alias",
|
21598 | 21608 | "typescript paths without baseurl default behavior should resolve the first item in the array first",
|
21599 | 21609 | "typescript paths without baseurl default behavior should resolve the second item in as a fallback"
|
21600 | 21610 | ],
|
21601 |
| - "failed": [ |
21602 |
| - "typescript paths default behavior should not resolve to .d.ts files", |
21603 |
| - "typescript paths without baseurl default behavior should not resolve to .d.ts files" |
21604 |
| - ], |
| 21611 | + "failed": [], |
21605 | 21612 | "pending": [],
|
21606 | 21613 | "flakey": [],
|
21607 | 21614 | "runtimeError": false
|
21608 | 21615 | },
|
21609 | 21616 | "test/integration/typescript-workspaces-paths/packages/www/test/index.test.js": {
|
21610 | 21617 | "passed": [
|
21611 | 21618 | "TypeScript Features default behavior should alias components",
|
| 21619 | + "TypeScript Features default behavior should not resolve to .d.ts files", |
21612 | 21620 | "TypeScript Features default behavior should resolve a single matching alias",
|
21613 | 21621 | "TypeScript Features default behavior should resolve the first item in the array first",
|
21614 | 21622 | "TypeScript Features default behavior should resolve the second item in as a fallback"
|
21615 | 21623 | ],
|
21616 |
| - "failed": [ |
21617 |
| - "TypeScript Features default behavior should not resolve to .d.ts files" |
21618 |
| - ], |
| 21624 | + "failed": [], |
21619 | 21625 | "pending": [],
|
21620 | 21626 | "flakey": [],
|
21621 | 21627 | "runtimeError": false
|
|
0 commit comments