Skip to content

[DebugInfo] Disable failing tests on watchOS #66879

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

Merged

Conversation

felipepiovezan
Copy link
Contributor

Two new tests were added in #66448, and they both fail for watchOS:

  1. debug_fragment_merge.sil fails on 32 bit architectures because the offset calculation is different for those (fragments of 32 bits, instead of 64).
  2. debug_fragment_merge.swift is failing for unknown reasons at this point, there is simply no SIL debug information generated for the variable "data". Since the original patch didn't change SILGen, this is not a regression.

Two new tests were added in swiftlang#66448, and they both fail for watchOS:

1. debug_fragment_merge.sil fails on 32 bit architectures because the offset
calculation is different for those (fragments of 32 bits, instead of 64).
2. debug_fragment_merge.swift is failing for unknown reasons at this point,
there is simply no SIL debug information generated for the variable "data".
Since the original patch didn't change SILGen, this is not a regression.
@felipepiovezan
Copy link
Contributor Author

@swift-ci smoke test and merge

@swift-ci swift-ci merged commit d72cc2c into swiftlang:main Jun 23, 2023
@felipepiovezan felipepiovezan deleted the felipe/disable_watchos_tests branch June 23, 2023 13:34
asavonic added a commit to asavonic/swift that referenced this pull request Aug 3, 2023
These tests depend on the target layout, and there were issues reported for
Android armv7 (see swiftlang#66744) and watchOS (swiftlang#66879) targets.
asl pushed a commit that referenced this pull request Aug 10, 2023
…7699)

These tests depend on the target layout, and there were issues reported for Android armv7 (see #66744) and watchOS (#66879) targets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants