openclonk/tests/aul
Nicolas Hake 60829ae5e4 Aul: Don't let exceptions escape from constant resolver
Letting the constant resolver throw exceptions prevented us from doing
checking on later initializers anyway, so instead we'll send them to the
error handler. As a special bonus this makes it so we don't crash when
a global variable initializer has errors. Fixes #1850, #1855.
2016-11-30 13:37:33 +01:00
..
AulDeathTest.cpp Add test for 57a35bf fix 2016-06-05 13:36:32 +02:00
AulMathTest.cpp Remove a bit of dead code from C4Value 2016-01-24 02:09:13 +01:00
AulPredefinedFunctionTest.cpp Tests: Split test helper functions into Expr/Code/Script evaluators 2016-10-19 13:45:11 +02:00
AulSyntaxTest.cpp Aul: Add AST generation tests 2016-10-20 17:20:55 +02:00
AulSyntaxTestDetail.h Aul: Add AST generation tests 2016-10-20 17:20:55 +02:00
AulTest.cpp Aul: Don't let exceptions escape from constant resolver 2016-11-30 13:37:33 +01:00
AulTest.h Tests: Split test helper functions into Expr/Code/Script evaluators 2016-10-19 13:45:11 +02:00
ErrorHandler.h Aul: Split out error handling into a separate class for easier testing 2016-10-19 14:20:41 +02:00