Log of /trunk/eweasel/tests/except018
Directory Listing
Revision
103101 -
Directory Listing
Modified
Mon Apr 29 14:01:20 2019 UTC
(7 months, 1 week ago)
by
alexk
Updated tests to use the new default for total order on real numbers.
Revision
98932 -
Directory Listing
Modified
Thu Jun 16 13:49:22 2016 UTC
(3 years, 5 months ago)
by
manus
Fix invalid XML value for true.
Revision
98912 -
Directory Listing
Modified
Wed Jun 15 12:18:40 2016 UTC
(3 years, 5 months ago)
by
manus
To avoid manually fixing the C compiler configuration file, all Ace files are now compiled in console mode.
Revision
73813 -
Directory Listing
Modified
Wed Jun 11 05:57:37 2008 UTC
(11 years, 6 months ago)
by
manus
Use ISE_LIBRARY and not ISE_EIFFEL to reference EiffelBase as otherwise it does not work properly
if ISE_LIBRARY and ISE_EIFFEL points to different location since the precompilation is done
using ISE_LIBRARY.
Fixed some missing svn:eol-style native properties.
Revision
73171 -
Directory Listing
Modified
Thu Apr 24 20:56:27 2008 UTC
(11 years, 7 months ago)
by
dhollen
Removed unnecessary c_compile_work and c_compile_result instructions
from a number of exception tests. These instructions are not needed because
no freezing is involved and they cause the tests to fail on Unix platforms.
Changed test except015 to call `die (0)' instead of `die (1)' so that the
test result is a compare mismatch rather than "silent failure". Also changed
this test to print out the stack traces if they are different.
Changed test except016 to use compile_frozen instead of compile_melted
since it has an external.
Revision
73121 -
Directory Listing
Added
Sun Apr 20 14:38:33 2008 UTC
(11 years, 7 months ago)
by
tedf
Added test to show the behavior that ROUTINE_FAILURE is not raised when prior exception was raised in rescue clause.