Skip to content

Conversation

eecheng87
Copy link
Collaborator

Close #21

tests/driver.sh Outdated
}
EOF

# break from while
Copy link
Collaborator

Choose a reason for hiding this comment

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

The existing section loop already contains while(1) break; exit(10);. You should enable it along with the similar cases.

tests/driver.sh Outdated
EOF

# break from while
try_ 1 << EOF
Copy link
Collaborator

Choose a reason for hiding this comment

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

The following test program might be redundant if the test cases in loop section are enabled.

@eecheng87 eecheng87 changed the title Support break from while loop Support break from general loop Oct 29, 2020
@jserv jserv merged commit cdd0d2d into sysprog21:master Oct 29, 2020
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.

Doesn't support break in while loop

3 participants