Skip to content

Update Rspack development test manifest #79433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 21 additions & 13 deletions test/rspack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2099,13 +2099,14 @@
"runtimeError": false
},
"test/development/acceptance/ReactRefreshLogBox-app-doc.test.ts": {
"passed": [],
"failed": [
"ReactRefreshLogBox _app _document empty _app shows logbox",
"ReactRefreshLogBox _app _document empty _document shows logbox",
"passed": [
"ReactRefreshLogBox _app _document _app syntax error shows logbox",
"ReactRefreshLogBox _app _document _document syntax error shows logbox"
],
"failed": [
"ReactRefreshLogBox _app _document empty _app shows logbox",
"ReactRefreshLogBox _app _document empty _document shows logbox"
],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -2757,7 +2758,7 @@
],
"pending": [],
"flakey": [],
"runtimeError": true
"runtimeError": false
},
"test/development/basic/allowed-dev-origins.test.ts": {
"passed": [
Expand Down Expand Up @@ -3786,10 +3787,10 @@
],
"failed": [
"Client Navigation rendering Rendering via HTTP default export is not a React Component",
"Client Navigation rendering Rendering via HTTP getInitialProps should be class method",
"Client Navigation rendering Rendering via HTTP getInitialProps resolves to null",
"Client Navigation rendering Rendering via HTTP error-in-the-global-scope",
"Client Navigation rendering Rendering via HTTP error-inside-page"
"Client Navigation rendering Rendering via HTTP error-inside-page",
"Client Navigation rendering Rendering via HTTP getInitialProps resolves to null",
"Client Navigation rendering Rendering via HTTP getInitialProps should be class method"
],
"pending": [],
"flakey": [],
Expand Down Expand Up @@ -6255,7 +6256,13 @@
},
"test/e2e/app-dir/empty-fallback-shells/empty-fallback-shells.test.ts": {
"passed": [
"empty-fallback-shells should start and not postpone the response"
"empty-fallback-shells with cached IO and the page not wrapped in Suspense and params.then/catch/finally passed to a cached function does not resume a postponed fallback shell",
"empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in a cached non-page function does not resume a postponed fallback shell",
"empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not resume a postponed fallback shell",
"empty-fallback-shells with cached IO and the page wrapped in Suspense and params.then/catch/finally passed to a cached function resumes a postponed fallback shell",
"empty-fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in cached non-page function resumes a postponed fallback shell",
"empty-fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page resumes a postponed fallback shell",
"empty-fallback-shells without IO should start and not postpone the response"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -6302,15 +6309,15 @@
"test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
"passed": [
"app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment",
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
"app-dir - error-on-next-codemod-comment should error with inline comment as well"
],
"failed": [
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
"app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
],
"pending": [],
"flakey": [],
"runtimeError": true
"runtimeError": false
},
"test/e2e/app-dir/errors/index.test.ts": {
"passed": [
Expand Down Expand Up @@ -9543,9 +9550,10 @@
},
"test/e2e/app-dir/use-cache-without-experimental-flag/use-cache-without-experimental-flag.test.ts": {
"passed": [
"use-cache-without-experimental-flag should recover from the build error if useCache flag is set"
"use-cache-without-experimental-flag should recover from the build error if useCache flag is set",
"use-cache-without-experimental-flag should show a build error"
],
"failed": ["use-cache-without-experimental-flag should show a build error"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down
Loading