Skip to content

Conversation

@unstubbable
Copy link
Contributor

@unstubbable unstubbable merged commit b1d2f1f into next-15-3 Dec 11, 2025
12 of 13 checks passed
@unstubbable unstubbable deleted the jstory/next-15-3 branch December 11, 2025 22:50
@nextjs-bot
Copy link
Collaborator

nextjs-bot commented Dec 11, 2025

Failing test suites

Commit: 35073b1 | About building and testing Next.js

pnpm test-dev test/development/app-dir/error-overlay/error-ignored-frames/error-ignored-frames.test.ts (job)

  • error-ignored-frames > should be able to collapse pages router ignored frames (DD)
Expand output

● error-ignored-frames › should be able to collapse pages router ignored frames

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `error-ignored-frames should be able to collapse pages router ignored frames 2`

- Snapshot  - 1
+ Received  + 1

@@ -1,7 +1,7 @@
  at Page (pages/pages.tsx (2:9))
- at react-stack-bottom-frame ()
+ at Object.react_stack_bottom_frame ()
  at renderWithHooks ()
  at renderElement ()
  at retryNode ()
  at renderNodeDestructive ()
  at renderElement ()

  180 |       `)
  181 |     } else {
> 182 |       expect(expendedStack).toMatchInlineSnapshot(`
      |                             ^
  183 |        "at Page (pages/pages.tsx (2:9))
  184 |        at react-stack-bottom-frame ()
  185 |        at renderWithHooks ()

  at Object.toMatchInlineSnapshot (development/app-dir/error-overlay/error-ignored-frames/error-ignored-frames.test.ts:182:29)

__NEXT_EXPERIMENTAL_PPR=true pnpm test-dev test/e2e/app-dir/rsc-basic/rsc-basic.test.ts (PPR) (job)

  • app dir - rsc basics > should correctly render page returning undefined (DD)
Expand output

● app dir - rsc basics › should correctly render page returning undefined

expect(received).toBeEmpty()

Expected value to be empty received:
  "<template id=\"B:1\"></template>"

   96 |     const homeHTML = await next.render('/return-undefined/page')
   97 |     const $ = cheerio.load(homeHTML)
>  98 |     expect(stripHTMLComments($('#return-undefined-layout').html())).toBeEmpty()
      |                                                                     ^
   99 |   })
  100 |
  101 |   it('should correctly render component returning undefined', async () => {

  at Object.toBeEmpty (e2e/app-dir/rsc-basic/rsc-basic.test.ts:98:69)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants