Skip to content

Allow class_resilience to pass on 32-bit machines #1251

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
merged 1 commit into from
Feb 10, 2016
Merged

Allow class_resilience to pass on 32-bit machines #1251

merged 1 commit into from
Feb 10, 2016

Conversation

hpux735
Copy link
Contributor

@hpux735 hpux735 commented Feb 10, 2016

The test checks pointer values which are often bit-width dependant. This change permits the test to match in both 32 and 64-bit architectures. See discussion here: #1157 (comment) specifically #1157 (comment) by @slavapestov

The test checks pointer values which are often bit-width dependant.  This change permits the test to match in both 32 and 64-bit architectures.
@slavapestov
Copy link
Contributor

Thanks!

slavapestov added a commit that referenced this pull request Feb 10, 2016
Allow class_resilience to pass on 32-bit machines
@slavapestov slavapestov merged commit 9152fbd into swiftlang:master Feb 10, 2016
modocache added a commit to modocache/swift that referenced this pull request Feb 17, 2016
This protocol resilience test passes on Linux 64-bit, but not
Linux ARM, for the same reason as swiftlang#1251.
Fix the test for Linux ARM by allowing both bit-widths.
@hpux735 hpux735 deleted the class-resilience branch February 18, 2016 18:22
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