Skip to content

Make SESE loop tests to be independent of basic block numbering. #19581

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
Sep 27, 2018

Conversation

bgogul
Copy link
Contributor

@bgogul bgogul commented Sep 27, 2018

The SESE loop tests are brittle as they refer to basic block numbers. The basic block numbering is not deterministic (as observed in a recent CI). Changing tests to be independent of basic block numbers.

@bgogul
Copy link
Contributor Author

bgogul commented Sep 27, 2018

@swift-ci please test tensorflow

@bgogul bgogul requested review from marcrasi, rxwei and mhong September 27, 2018 07:18
Copy link
Contributor

@rxwei rxwei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@mhong mhong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! The labels make the tests more readable as well.

@bgogul bgogul merged commit 0f8e798 into swiftlang:tensorflow Sep 27, 2018
@bgogul bgogul deleted the robust_tests branch September 27, 2018 16:23
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.

3 participants