mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 10:53:40 +00:00
Branches: main
Improve the stm test cases slightly.
tests/stm/Mmakefile
add new test case
tests/stm/nested_or_else.exp
tests/stm/nested_or_else.m
add new test case, testing or_else in nested transactions
tests/stm/exception_propogate.m
tests/stm/exception_propogate.exp
catch the exception and print it instead of allowing it to be unhandled
tests/stm/atomic_or_else.exp
tests/stm/atomic_or_else.m
use multiple or_else alternatives instead of just one
tests/stm/nested.m
work around a bug I haven't solved yet and document it
6 lines
10 B
Plaintext
6 lines
10 B
Plaintext
1
|
|
2
|
|
3
|
|
4
|
|
5
|