Skip to content

Commit 5d159b9

Browse files
Update Rspack development test manifest (#80435)
1 parent e776751 commit 5d159b9

File tree

1 file changed

+103
-104
lines changed

1 file changed

+103
-104
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 103 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -516,101 +516,6 @@
516516
"flakey": [],
517517
"runtimeError": false
518518
},
519-
"packages/next/src/client/components/react-dev-overlay/server/get-next-error-feedback-middleware.test.ts": {
520-
"passed": [
521-
"getNextErrorFeedbackMiddleware calls next() if path does not match",
522-
"getNextErrorFeedbackMiddleware records telemetry when feedback is submitted",
523-
"getNextErrorFeedbackMiddleware returns 400 if params are missing",
524-
"getNextErrorFeedbackMiddleware returns 500 if telemetry recording fails"
525-
],
526-
"failed": [],
527-
"pending": [],
528-
"flakey": [],
529-
"runtimeError": false
530-
},
531-
"packages/next/src/client/components/react-dev-overlay/ui/components/code-frame/parse-code-frame.test.ts": {
532-
"passed": [
533-
"parse line numbers parse line numbers from code frame",
534-
"parse line numbers parse line numbers when a token contains both break and spaces"
535-
],
536-
"failed": [],
537-
"pending": [],
538-
"flakey": [],
539-
"runtimeError": false
540-
},
541-
"packages/next/src/client/components/react-dev-overlay/ui/components/errors/error-overlay-layout/error-overlay-layout.test.tsx": {
542-
"passed": [
543-
"ErrorOverlayLayout Component renders ErrorOverlayLayout with provided props",
544-
"ErrorOverlayLayout Component sends feedback when clicking helpful button",
545-
"ErrorOverlayLayout Component sends feedback when clicking not helpful button",
546-
"ErrorOverlayLayout Component voting buttons have aria-hidden icons"
547-
],
548-
"failed": [],
549-
"pending": [],
550-
"flakey": [],
551-
"runtimeError": false
552-
},
553-
"packages/next/src/client/components/react-dev-overlay/ui/utils/cx.test.ts": {
554-
"passed": [
555-
"cx should filter out falsy values",
556-
"cx should handle all falsy values",
557-
"cx should handle single string argument",
558-
"cx should join multiple string arguments with spaces",
559-
"cx should not add extra spaces when falsy values are between strings",
560-
"cx should return an empty string for no arguments"
561-
],
562-
"failed": [],
563-
"pending": [],
564-
"flakey": [],
565-
"runtimeError": false
566-
},
567-
"packages/next/src/client/components/react-dev-overlay/ui/utils/parse-url-from-text.test.ts": {
568-
"passed": [
569-
"parseUrlFromText should extract a URL from text",
570-
"parseUrlFromText should extract multiple URLs from text",
571-
"parseUrlFromText should filter URLs using matcherFunc",
572-
"parseUrlFromText should handle URLs with paths and query parameters",
573-
"parseUrlFromText should handle empty string input",
574-
"parseUrlFromText should return empty array when no URLs are found"
575-
],
576-
"failed": [],
577-
"pending": [],
578-
"flakey": [],
579-
"runtimeError": false
580-
},
581-
"packages/next/src/client/components/react-dev-overlay/utils/css.test.ts": {
582-
"passed": [
583-
"css template literal tag should combines strings and interpolations correctly",
584-
"css template literal tag should handle CSS wildcard selector",
585-
"css template literal tag should handle empty strings",
586-
"css template literal tag should handle multiple interpolations",
587-
"css template literal tag should remove CSS comments",
588-
"css template literal tag should remove all whitespace",
589-
"css template literal tag should remove multiline comments"
590-
],
591-
"failed": [],
592-
"pending": [],
593-
"flakey": [],
594-
"runtimeError": false
595-
},
596-
"packages/next/src/client/components/react-dev-overlay/utils/launch-editor.test.ts": {
597-
"passed": ["applescript string escaping should escape strings correctly"],
598-
"failed": [],
599-
"pending": [],
600-
"flakey": [],
601-
"runtimeError": false
602-
},
603-
"packages/next/src/client/components/react-dev-overlay/utils/webpack-module-path.test.ts": {
604-
"passed": [
605-
"webpack-module-path formatFrameSourceFile should return the original file path",
606-
"webpack-module-path isWebpackInternalResource should return false for non-webpack-internal paths",
607-
"webpack-module-path isWebpackInternalResource should return true for webpack-internal paths"
608-
],
609-
"failed": [],
610-
"pending": [],
611-
"flakey": [],
612-
"runtimeError": false
613-
},
614519
"packages/next/src/client/components/redirect.test.ts": {
615520
"passed": ["test should throw a redirect error"],
616521
"failed": [],
@@ -958,6 +863,101 @@
958863
"flakey": [],
959864
"runtimeError": false
960865
},
866+
"packages/next/src/next-devtools/dev-overlay/components/code-frame/parse-code-frame.test.ts": {
867+
"passed": [
868+
"parse line numbers parse line numbers from code frame",
869+
"parse line numbers parse line numbers when a token contains both break and spaces"
870+
],
871+
"failed": [],
872+
"pending": [],
873+
"flakey": [],
874+
"runtimeError": false
875+
},
876+
"packages/next/src/next-devtools/dev-overlay/components/errors/error-overlay-layout/error-overlay-layout.test.tsx": {
877+
"passed": [
878+
"ErrorOverlayLayout Component renders ErrorOverlayLayout with provided props",
879+
"ErrorOverlayLayout Component sends feedback when clicking helpful button",
880+
"ErrorOverlayLayout Component sends feedback when clicking not helpful button",
881+
"ErrorOverlayLayout Component voting buttons have aria-hidden icons"
882+
],
883+
"failed": [],
884+
"pending": [],
885+
"flakey": [],
886+
"runtimeError": false
887+
},
888+
"packages/next/src/next-devtools/dev-overlay/utils/css.test.ts": {
889+
"passed": [
890+
"css template literal tag should combines strings and interpolations correctly",
891+
"css template literal tag should handle CSS wildcard selector",
892+
"css template literal tag should handle empty strings",
893+
"css template literal tag should handle multiple interpolations",
894+
"css template literal tag should remove CSS comments",
895+
"css template literal tag should remove all whitespace",
896+
"css template literal tag should remove multiline comments"
897+
],
898+
"failed": [],
899+
"pending": [],
900+
"flakey": [],
901+
"runtimeError": false
902+
},
903+
"packages/next/src/next-devtools/dev-overlay/utils/cx.test.ts": {
904+
"passed": [
905+
"cx should filter out falsy values",
906+
"cx should handle all falsy values",
907+
"cx should handle single string argument",
908+
"cx should join multiple string arguments with spaces",
909+
"cx should not add extra spaces when falsy values are between strings",
910+
"cx should return an empty string for no arguments"
911+
],
912+
"failed": [],
913+
"pending": [],
914+
"flakey": [],
915+
"runtimeError": false
916+
},
917+
"packages/next/src/next-devtools/dev-overlay/utils/parse-url-from-text.test.ts": {
918+
"passed": [
919+
"parseUrlFromText should extract a URL from text",
920+
"parseUrlFromText should extract multiple URLs from text",
921+
"parseUrlFromText should filter URLs using matcherFunc",
922+
"parseUrlFromText should handle URLs with paths and query parameters",
923+
"parseUrlFromText should handle empty string input",
924+
"parseUrlFromText should return empty array when no URLs are found"
925+
],
926+
"failed": [],
927+
"pending": [],
928+
"flakey": [],
929+
"runtimeError": false
930+
},
931+
"packages/next/src/next-devtools/server/get-next-error-feedback-middleware.test.ts": {
932+
"passed": [
933+
"getNextErrorFeedbackMiddleware calls next() if path does not match",
934+
"getNextErrorFeedbackMiddleware records telemetry when feedback is submitted",
935+
"getNextErrorFeedbackMiddleware returns 400 if params are missing",
936+
"getNextErrorFeedbackMiddleware returns 500 if telemetry recording fails"
937+
],
938+
"failed": [],
939+
"pending": [],
940+
"flakey": [],
941+
"runtimeError": false
942+
},
943+
"packages/next/src/next-devtools/server/launch-editor.test.ts": {
944+
"passed": ["applescript string escaping should escape strings correctly"],
945+
"failed": [],
946+
"pending": [],
947+
"flakey": [],
948+
"runtimeError": false
949+
},
950+
"packages/next/src/next-devtools/shared/webpack-module-path.test.ts": {
951+
"passed": [
952+
"webpack-module-path formatFrameSourceFile should return the original file path",
953+
"webpack-module-path isWebpackInternalResource should return false for non-webpack-internal paths",
954+
"webpack-module-path isWebpackInternalResource should return true for webpack-internal paths"
955+
],
956+
"failed": [],
957+
"pending": [],
958+
"flakey": [],
959+
"runtimeError": false
960+
},
961961
"packages/next/src/server/after/after-context.test.ts": {
962962
"passed": [
963963
"AfterContext does NOT shadow workAsyncStorage within after callbacks",
@@ -1924,11 +1924,10 @@
19241924
"test/development/acceptance-app/editor-links.test.ts": {
19251925
"passed": [
19261926
"Error overlay - editor links opening links in import traces should be possible to open import trace files on RSC parse error",
1927+
"Error overlay - editor links opening links in import traces should be possible to open import trace files on module not found error",
19271928
"Error overlay - editor links should be possible to open source file on build error"
19281929
],
1929-
"failed": [
1930-
"Error overlay - editor links opening links in import traces should be possible to open import trace files on module not found error"
1931-
],
1930+
"failed": [],
19321931
"pending": [],
19331932
"flakey": [],
19341933
"runtimeError": false
@@ -2322,8 +2321,8 @@
23222321
"runtimeError": false
23232322
},
23242323
"test/development/app-dir/build-error-logs/build-error-logs.test.ts": {
2325-
"passed": ["build-error-logs should only log error a single time"],
2326-
"failed": [],
2324+
"passed": [],
2325+
"failed": ["build-error-logs should only log error a single time"],
23272326
"pending": [],
23282327
"flakey": [],
23292328
"runtimeError": false
@@ -2797,7 +2796,7 @@
27972796
],
27982797
"pending": [],
27992798
"flakey": [],
2800-
"runtimeError": false
2799+
"runtimeError": true
28012800
},
28022801
"test/development/basic/allowed-dev-origins.test.ts": {
28032802
"passed": [
@@ -6376,11 +6375,11 @@
63766375
},
63776376
"test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
63786377
"passed": [
6379-
"app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment"
6378+
"app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment",
6379+
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
6380+
"app-dir - error-on-next-codemod-comment should error with inline comment as well"
63806381
],
63816382
"failed": [
6382-
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
6383-
"app-dir - error-on-next-codemod-comment should error with inline comment as well",
63846383
"app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
63856384
],
63866385
"pending": [],

0 commit comments

Comments
 (0)