| Anonymous | Login | Signup for a new account | 2013-05-20 18:19 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0005806 | OCaml | OCaml general | public | 2012-11-01 21:18 | 2012-11-05 12:57 | |||||||
| Reporter | michi | |||||||||||
| Assigned To | xclerc | |||||||||||
| Priority | low | Severity | trivial | Reproducibility | always | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | amd64 | OS | FreeBSD | OS Version | 9.0 | |||||||
| Product Version | 4.00.1 | |||||||||||
| Target Version | Fixed in Version | |||||||||||
| Summary | 0005806: Expected uncaught exception in backtrace test | |||||||||||
| Description | The testsuite challenges the backtrace capability of OCaml (testsuite/tests/backtrace). The challenge "b" causes the "program" to fail with an uncaught exception (exit code 2). On my platform, this breaks the executions of the test script and GNU Make 3.82 abandons the target without comparing results with references, neither for "b" nor for "c", "d" and "". (See corresponding Makefile.) Quite interestingly, this is not reported as a failed test by the test suite. I am not very knowledgeable about GNU Make but I found out that the exit code of "program" could be hidden by replacing the faulty OCAMLRUNPARAM=b=1 $(EXECNAME) $$arg by sh -c "OCAMLRUNPARAM=b=1 $(EXECNAME) $$arg; true" in testsuite/tests/backtrace/Makefile. | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Notes |
|
|
(0008419) xclerc (developer) 2012-11-05 12:57 |
Fixed in both trunk (revision 13062), and '4.00' (revision 13063) branches. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-11-01 21:18 | michi | New Issue | |
| 2012-11-05 12:57 | xclerc | Note Added: 0008419 | |
| 2012-11-05 12:57 | xclerc | Status | new => resolved |
| 2012-11-05 12:57 | xclerc | Resolution | open => fixed |
| 2012-11-05 12:57 | xclerc | Assigned To | => xclerc |
| Copyright © 2000 - 2011 MantisBT Group |