Skip to content

Commit

Permalink
Update Turbopack production test manifest (vercel#68927)
Browse files Browse the repository at this point in the history
This auto-generated PR updates the production integration test manifest
used when testing Turbopack.
  • Loading branch information
vercel-release-bot authored Aug 15, 2024
1 parent 446ddc7 commit 441a410
Showing 1 changed file with 26 additions and 11 deletions.
37 changes: 26 additions & 11 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5830,6 +5830,21 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/on-request-error/isr/isr.test.ts": {
"passed": [
"on-request-error - isr app router ISR should capture correct reason for build errored route",
"on-request-error - isr app router ISR should capture correct reason for on-demand revalidated page",
"on-request-error - isr app router ISR should capture correct reason for on-demand revalidated route",
"on-request-error - isr app router ISR should capture correct reason for stale errored page",
"on-request-error - isr app router ISR should capture revalidate from server action",
"on-request-error - isr pages router ISR should capture correct reason for on-demand revalidated page",
"on-request-error - isr pages router ISR should capture correct reason for stale errored page"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/on-request-error/server-action-error/server-action-error.test.ts": {
"passed": [
"on-request-error - server-action-error should catch server action error in listener callback in edge runtime",
Expand Down Expand Up @@ -7843,20 +7858,20 @@
},
"test/integration/css/test/css-compilation.test.js": {
"passed": [
"CSS Support production mode Has CSS in computed styles in Production useLightnincsss(false) should have CSS for page",
"CSS Support production mode Has CSS in computed styles in Production useLightnincsss(false) should've preloaded the CSS file and injected it in <head>",
"CSS Support production mode Has CSS in computed styles in Production useLightnincsss(true) should have CSS for page",
"CSS Support production mode Has CSS in computed styles in Production useLightnincsss(true) should've preloaded the CSS file and injected it in <head>",
"CSS Support production mode React Lifecyce Order (production) useLightnincsss(false) should have the correct color on mount after navigation",
"CSS Support production mode React Lifecyce Order (production) useLightnincsss(true) should have the correct color on mount after navigation",
"CSS Support production mode Good CSS Import from node_modules useLightnincsss(false) should've emitted a single CSS file",
"CSS Support production mode Good CSS Import from node_modules useLightnincsss(true) should've emitted a single CSS file",
"CSS Property Ordering production mode useLightnincsss(false) should have the border width (property ordering)",
"CSS Property Ordering production mode useLightnincsss(true) should have the border width (property ordering)",
"CSS Support production mode CSS Compilation and Prefixing useLightnincsss(false) should've compiled and prefixed",
"CSS Support production mode CSS Compilation and Prefixing useLightnincsss(true) should've compiled and prefixed",
"CSS Support production mode Good CSS Import from node_modules useLightnincsss(false) should've emitted a single CSS file",
"CSS Support production mode Good CSS Import from node_modules useLightnincsss(true) should've emitted a single CSS file",
"CSS Support production mode Good Nested CSS Import from node_modules useLightnincsss(false) should've emitted a single CSS file",
"CSS Support production mode Good Nested CSS Import from node_modules useLightnincsss(true) should've emitted a single CSS file"
"CSS Support production mode Good Nested CSS Import from node_modules useLightnincsss(true) should've emitted a single CSS file",
"CSS Support production mode Has CSS in computed styles in Production useLightnincsss(false) should have CSS for page",
"CSS Support production mode Has CSS in computed styles in Production useLightnincsss(false) should've preloaded the CSS file and injected it in <head>",
"CSS Support production mode Has CSS in computed styles in Production useLightnincsss(true) should have CSS for page",
"CSS Support production mode Has CSS in computed styles in Production useLightnincsss(true) should've preloaded the CSS file and injected it in <head>",
"CSS Support production mode React Lifecyce Order (production) useLightnincsss(false) should have the correct color on mount after navigation",
"CSS Support production mode React Lifecyce Order (production) useLightnincsss(true) should have the correct color on mount after navigation"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -7921,12 +7936,12 @@
},
"test/integration/css/test/css-rendering.test.js": {
"passed": [
"CSS Support CSS page transition inject <style> with nonce so it works with CSP header production mode should have correct CSS injection order",
"CSS Support CSS page transition inject <style> with nonce so it works with CSP header production mode should have correct color on index page (on hover)",
"CSS Support CSS page transition inject <style> with nonce so it works with CSP header production mode should have correct color on index page (on load)",
"CSS Support CSS page transition inject <style> with nonce so it works with CSP header production mode should not change color on hover",
"CSS Support CSS page transition inject <style> with nonce so it works with CSP header production mode should have correct CSS injection order",
"CSS Support CSS page transition inject <style> with nonce so it works with CSP header production mode should have correct color on index page (on nav from index)",
"CSS Support CSS page transition inject <style> with nonce so it works with CSP header production mode should have correct color on index page (on nav from other)",
"CSS Support CSS page transition inject <style> with nonce so it works with CSP header production mode should not change color on hover",
"CSS Support Page hydrates with CSS and not waiting on dependencies useLightnincsss(false) production mode should hydrate black without dependencies manifest",
"CSS Support Page hydrates with CSS and not waiting on dependencies useLightnincsss(false) production mode should hydrate red without dependencies manifest",
"CSS Support Page hydrates with CSS and not waiting on dependencies useLightnincsss(false) production mode should route from black to red without dependencies",
Expand Down

0 comments on commit 441a410

Please sign in to comment.