Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
mjtest-tests
Commits
d94d2d53
Commit
d94d2d53
authored
Jan 18, 2022
by
uxrog
Browse files
Move undefined behavior tests to compile-only directory
parent
252bbd88
Pipeline
#188909
failed with stage
in 20 minutes and 59 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
exec
/UbLoopFun.mj
→
compile-only
/UbLoopFun.mj
View file @
d94d2d53
class UbLoopFun {
public static void main(String args
[]
) {
public static void main(String
[]
args) {
boolean b;
while (b) {};
while(true){}
...
...
exec
/UbSimpleArrayDeref.mj
→
compile-only
/UbSimpleArrayDeref.mj
View file @
d94d2d53
File moved
flammenwehrfer.sh
View file @
d94d2d53
...
...
@@ -36,7 +36,7 @@ GITHUB_URL="https://api.github.com/repos/$GITHUB_PATH"
# Set pipefail to get mjtest exit code instead of tee exit code
exec
3>&1
set
-o
pipefail
MJ_OUTPUT
=
"
$(
/mjtest/mjt.py lexer syntax ast semantic compile-firm compile /compiler-under-test/run 2>&1 |
tee
/dev/fd/3
)
"
MJ_OUTPUT
=
"
$(
MJ_TIMEOUT
=
30
MJ_BIG_TIMEOUT
=
180
/mjtest/mjt.py lexer syntax ast semantic
compile-firm-only compile-only
compile-firm compile /compiler-under-test/run 2>&1 |
tee
/dev/fd/3
)
"
MJ_EXIT_CODE
=
"
$?
"
# Close copy, unset pipefail
exec
3>&-
...
...
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