Skip to content

Conversation

KunalD81
Copy link

Fixes #62576

This PR updates baselines for the following tests that were failing after recent changes:

  • tests/cases/conformance/types/array/fromUnionIterable.ts
  • tests/cases/conformance/types/typeParameters/typeArgumentLists/instantiationExpressions.ts
  • tests/cases/conformance/types/never/neverInference.ts
  • tests/cases/conformance/types/intersection/intersectionTypeInference3.ts
  • tests/cases/compiler/doYouNeedToChangeYourTargetLibraryES2015.ts
  • tests/cases/compiler/arrayFrom.ts
  • tests/cases/compiler/modularizeLibrary_TargetES5UsingES6Lib.ts
  • tests/cases/compiler/modularizeLibrary_NoErrorDuplicateLibOptions1.ts
  • tests/cases/compiler/modularizeLibrary_NoErrorDuplicateLibOptions2.ts
  • tests/cases/compiler/modularizeLibrary_TargetES6UsingES6Lib.ts

All tests now pass locally using hereby runtests --updateBaselines.

Checklist:

  • There is an associated issue in the Backlog milestone
  • Code is up-to-date with the main branch
  • Successfully ran hereby runtests locally
  • Updated baselines for affected tests

@github-project-automation github-project-automation bot moved this to Not started in PR Backlog Oct 10, 2025
@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Oct 10, 2025
@KunalD81
Copy link
Author

@microsoft-github-policy-service agree

@jakebailey
Copy link
Member

jakebailey commented Oct 10, 2025

These tests are not failing and the issue you've linked has nothing to do with this PR. The --updateBaselines flag doesn't even exist in our build.

@KunalD81
Copy link
Author

KunalD81 commented Oct 10, 2025 via email

@jakebailey jakebailey closed this Oct 10, 2025
@github-project-automation github-project-automation bot moved this from Not started to Done in PR Backlog Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Array.from(it: Iterable<X> | Iterable<Y>) fails; […it] works but returns Array<X | Y>; both should return Array<X> | Array<Y>

3 participants