BZ #168: enableassertions/disableassertions command line handling wrong
Status fields:
creation_ts: | 2012-03-13 16:22 |
component: | vm |
version: | default branch |
rep_platform: | All |
op_sys: | All |
bug_status: | RESOLVED |
resolution: | FIXED |
reporter: | stefan@complang.tuwien.ac.at |
This happens only with GNU classpath. Running "make check" in tests/regression/assertion
yields:
eatest1: FAILED
--- ./enabled.output 2008-09-18 10:46:45.000000000 +0200
+++ enabled.thisoutput 2012-03-13 16:15:53.000000000 +0100
@@ -1 +1 @@
-Assertions enabled!
+Assertions disabled!
eatest2: FAILED
--- ./enabled.output 2008-09-18 10:46:45.000000000 +0200
+++ enabled.thisoutput 2012-03-13 16:15:53.000000000 +0100
@@ -1 +1 @@
-Assertions enabled!
+Assertions disabled!
[...]
esatest1: FAILED
--- ./disabled.output 2008-09-18 10:46:45.000000000 +0200
+++ disabled.thisoutput 2012-03-13 16:15:57.000000000 +0100
@@ -1 +1 @@
-Assertions disabled!
+Assertions enabled!
esatest2: FAILED
The command line handling for these options seems slightly off.
Attachment id=77
date: | 2012-05-22 16:57 |
desc: | enableassertion fix |
type: | text/x-patch |
download: | assert-fix.patch |