Skip to content
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

Add .skipifs for baseline mode testing for several tests #10723

Merged
merged 2 commits into from
Aug 9, 2018

Conversation

mppf
Copy link
Member

@mppf mppf commented Aug 9, 2018

This is a workaround for issue #7134.
PR #10642 got the compiler to consider loop-exprs to be throwing
if they call code that throws. As a result, these loop-exprs
are now iterators that throw, which are not supported in --baseline
testing.

Passed full baseline testing.
Trivial and not reviewed.

This is a workaround for issue chapel-lang#7134.
PR chapel-lang#10642 got the compiler to consider loop-exprs to be `throwing`
if they call code that throws. As a result, these loop-exprs
are now iterators that throw, which are not supported in --baseline
testing.
@mppf mppf merged commit 57fd48d into chapel-lang:master Aug 9, 2018
@mppf mppf deleted the baseline-10642 branch August 9, 2018 21:32
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.

None yet

1 participant