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 qemu-background test. #836

Merged
merged 14 commits into from
Sep 28, 2023
Merged

Conversation

floitsch
Copy link
Member

No description provided.

@floitsch floitsch requested a review from kasperl September 26, 2023 20:43
Copy link
Contributor

@kasperl kasperl left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@@ -221,6 +222,8 @@ foreach(file ${TESTS})

if ("${file}" MATCHES "-slow.toit")
set_tests_properties("${test_name}" PROPERTIES TIMEOUT ${SLOW_TEST_TIMEOUT})
elseif ("${file}" MATCHES "qemu")
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't it be cleaner to match on 'qemu-' as a prefix?

Copy link
Member Author

Choose a reason for hiding this comment

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

done.

import system.containers

main:
print "requesting data from test-driver"
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you want the prints to be a bit more consistent? Starts capitalized and ends with period? It is a bit of a mix in this file.

Copy link
Member Author

Choose a reason for hiding this comment

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

done.

Base automatically changed from floitsch/background.qemu-test to main September 28, 2023 09:50
@floitsch floitsch enabled auto-merge (squash) September 28, 2023 09:52
@floitsch floitsch merged commit b760030 into main Sep 28, 2023
@floitsch floitsch deleted the floitsch/background.qemu-test.new-test branch September 28, 2023 10:40
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