-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
There was a problem hiding this 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.
tests/CMakeLists.txt
Outdated
@@ -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") |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
tests/qemu-background-test.toit
Outdated
import system.containers | ||
|
||
main: | ||
print "requesting data from test-driver" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
….qemu-test.new-test
….qemu-test.new-test
….qemu-test.new-test
…oitware/artemis into floitsch/background.qemu-test.new-test
No description provided.