Skip to content

Commit b1d9d4b

Browse files
update/rspack-manifest-1748156497180
1 parent dc84c3f commit b1d9d4b

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,13 @@
591591
"flakey": [],
592592
"runtimeError": false
593593
},
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+
},
594601
"packages/next/src/client/components/react-dev-overlay/utils/webpack-module-path.test.ts": {
595602
"passed": [
596603
"webpack-module-path formatFrameSourceFile should return the original file path",
@@ -1905,11 +1912,10 @@
19051912
"test/development/acceptance-app/editor-links.test.ts": {
19061913
"passed": [
19071914
"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",
19081916
"Error overlay - editor links should be possible to open source file on build error"
19091917
],
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": [],
19131919
"pending": [],
19141920
"flakey": [],
19151921
"runtimeError": false
@@ -2758,7 +2764,7 @@
27582764
],
27592765
"pending": [],
27602766
"flakey": [],
2761-
"runtimeError": true
2767+
"runtimeError": false
27622768
},
27632769
"test/development/basic/allowed-dev-origins.test.ts": {
27642770
"passed": [
@@ -5219,6 +5225,8 @@
52195225
"app dir - basic should not share edge workers",
52205226
"app dir - basic should pass props from getServerSideProps in root layout",
52215227
"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",
52225230
"app dir - basic should serve /index as separate page",
52235231
"app dir - basic should serve dynamic parameter",
52245232
"app dir - basic should serve dynamic route from pages",
@@ -6311,10 +6319,10 @@
63116319
"test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
63126320
"passed": [
63136321
"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",
63146323
"app-dir - error-on-next-codemod-comment should error with inline comment as well"
63156324
],
63166325
"failed": [
6317-
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
63186326
"app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
63196327
],
63206328
"pending": [],
@@ -12415,9 +12423,9 @@
1241512423
},
1241612424
"test/e2e/vary-header/test/index.test.ts": {
1241712425
"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",
1241912427
"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"
1242112429
],
1242212430
"failed": [],
1242312431
"pending": [],
@@ -21590,32 +21598,30 @@
2159021598
"test/integration/typescript-paths/test/index.test.js": {
2159121599
"passed": [
2159221600
"typescript paths default behavior should alias components",
21601+
"typescript paths default behavior should not resolve to .d.ts files",
2159321602
"typescript paths default behavior should resolve a single matching alias",
2159421603
"typescript paths default behavior should resolve the first item in the array first",
2159521604
"typescript paths default behavior should resolve the second item in as a fallback",
2159621605
"typescript paths without baseurl default behavior should alias components",
21606+
"typescript paths without baseurl default behavior should not resolve to .d.ts files",
2159721607
"typescript paths without baseurl default behavior should resolve a single matching alias",
2159821608
"typescript paths without baseurl default behavior should resolve the first item in the array first",
2159921609
"typescript paths without baseurl default behavior should resolve the second item in as a fallback"
2160021610
],
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": [],
2160521612
"pending": [],
2160621613
"flakey": [],
2160721614
"runtimeError": false
2160821615
},
2160921616
"test/integration/typescript-workspaces-paths/packages/www/test/index.test.js": {
2161021617
"passed": [
2161121618
"TypeScript Features default behavior should alias components",
21619+
"TypeScript Features default behavior should not resolve to .d.ts files",
2161221620
"TypeScript Features default behavior should resolve a single matching alias",
2161321621
"TypeScript Features default behavior should resolve the first item in the array first",
2161421622
"TypeScript Features default behavior should resolve the second item in as a fallback"
2161521623
],
21616-
"failed": [
21617-
"TypeScript Features default behavior should not resolve to .d.ts files"
21618-
],
21624+
"failed": [],
2161921625
"pending": [],
2162021626
"flakey": [],
2162121627
"runtimeError": false

0 commit comments

Comments
 (0)