|
|
@0a6d2045
|
11 months |
ajbeach |
You can how use local control flow out of 'catch' clauses. Added a …
|
|
|
@ca9d65e
|
11 months |
pabuhr |
second attempt at simplifying SemanticError? messages
|
|
|
@41606df1
|
12 months |
caparsons |
regen expected to match test change
|
|
|
@3f219eb
|
12 months |
caparson |
fixed bug where uninit mem was sometimes printed in test
|
|
|
@3f4f30a
|
12 months |
caparsons |
added x86 expect file for non-local exception test cardgame
|
|
|
@aad677d
|
12 months |
caparson |
added arm64 expect file for non-local exception test
|
|
|
@89a8bab
|
12 months |
caparson |
added architecture specific expect files for non-local exception test …
|
|
|
@df8ba61a
|
12 months |
caparson |
added test case for non-local ehm memory leak
|
|
|
@8514bcf8
|
13 months |
pabuhr |
create ARM test results for hotpotato
|
|
|
@8f570f1
|
13 months |
pabuhr |
create 32-bit test results for hotpotato
|
|
|
@16b5d11
|
13 months |
pabuhr |
make hotpotato test 32/64-bit specific due to different prng
|
|
|
@fd775ae
|
13 months |
caparson |
added hotpotato non-local ehm test in both enable/disable and poll flavours
|
|
|
@553f032f
|
14 months |
ajbeach |
Insert additional checks so that impossible, or just unimplemented, …
|
|
|
@c3e510b
|
15 months |
caparson |
added support for resuming at resumer, added test for support and …
|
|
|
@4c8ce47
|
16 months |
caparson |
updated pingpong exception test to remove output race for repeatable …
|
|
|
@a2eb21a
|
16 months |
pabuhr |
fix problems in pingpong_nonlocal
|
|
|
@5186775
|
16 months |
pabuhr |
alternative version of fibonacci_nonlocal
|
|
|
@64e3ac7
|
16 months |
pabuhr |
harmonize name for fibonacci_nonlocal and pingpong_nonlocal
|
|
|
@bef2245
|
16 months |
caparson |
added basic tests for non-local exceptions
|
|
|
@3bf9d10
|
17 months |
pabuhr |
change printf to sout
|
|
|
@d00d581
|
3 years |
y58xue |
Update exception tests to use new syntax
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
|
|
|
@ecfd758
|
4 years |
ajbeach |
Major exception update, seperating type-ids from virtual tables. The …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@66812dd
|
4 years |
pabuhr |
convert tests to always print output (no empty .expect files)
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@5715d43
|
4 years |
ajbeach |
Exceptions now get their context differently with libcfathread. Added …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@980fb4e
|
4 years |
ajbeach |
Added a test for exceptions and made a patch to allow it to pass.
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@5727c23
|
4 years |
ajbeach |
Fixed up the polymo{r}phic exception test. Some left over code hid an …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@21b0a23
|
4 years |
ajbeach |
Added polymophic exception macros. It adds a number of macros to help …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@f19fbbc
|
4 years |
ajbeach |
Fixed the virtual system so it can handle in polymorphic virtual …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@381132b
|
4 years |
ajbeach |
Default handlers for uncaught exceptions are now run at the top of the …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7f9968a
|
4 years |
ajbeach |
Fixed a problem with 'throwResume;' translation and added some tests …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@b2de2e0
|
4 years |
ajbeach |
Improved the check of the catch[Resume] exception declaration.
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8ad5752
|
4 years |
ajbeach |
Added tests for default exception handlers. Fixed a memory leak they …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@fe1025d
|
4 years |
ajbeach |
Added catch-all tests to the exception tests.
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@e68d092
|
4 years |
ajbeach |
Replaced my exception patch macros with a (hopefully temporary) …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@f1b6671
|
5 years |
ajbeach |
Unwinding is now handled in exception handling code. That is used to …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@3eb5a478
|
5 years |
ajbeach |
Fixed the disabled exceptions/resume test. Added more tests in …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@6d43cdde
|
5 years |
ajbeach |
Rework of exception tests. Includes a new disabled failing test case.
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@3b9c674
|
5 years |
ajbeach |
Expections now supported in position independent code.
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@c0b2a631
|
5 years |
ajbeach |
Added the exceptions test folder.
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|