Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
IPDSnelting
mjtest
Commits
10c02c47
Commit
10c02c47
authored
Jan 27, 2019
by
Johannes Bechberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support infinite loop tests for compile mode
Fix
#9
parent
ee340374
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
mjtest/test/exec_tests.py
mjtest/test/exec_tests.py
+6
-0
No files found.
mjtest/test/exec_tests.py
View file @
10c02c47
...
...
@@ -328,6 +328,12 @@ class JavaInfiniteLoopTest(BasicSyntaxTest):
TestCase
.
TEST_CASE_CLASSES
[
TestMode
.
compile_firm
].
append
(
JavaInfiniteLoopTest
)
class
JavaInfiniteLoopCompileTest
(
JavaInfiniteLoopTest
):
MODE
=
TestMode
.
compile
TestCase
.
TEST_CASE_CLASSES
[
TestMode
.
compile
].
append
(
JavaInfiniteLoopCompileTest
)
class
InvalidJavaExecTest
(
BasicSyntaxTest
):
"""
The compiled binary should fail to execute properly
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment