#1187: t/src/warnings fails test 2 on optimized build with Ubuntu 9.10 amd64
---------------------+------------------------------------------------------
Reporter: mikehh | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: testing | Version: trunk
Severity: medium | Keywords:
Lang: | Patch:
Platform: |
---------------------+------------------------------------------------------
Comment(by mikehh):
All tests PASS (pre/post-config, smoke (#29616), fulltest) at r42235 -
Ubuntu 9.10 amd64 (no --optimize)
with --optimize t/src/warnings.t fails test: 2 - smoke (#29617), fulltest
at r42235 - Ubuntu 9.10 amd64[[BR]]
all other tests PASS
t/src/warnings.t from line 56 - the failure appears to happen on the last
line here (line 71)
{{{
c_output_is( <<'CODE', <<'OUTPUT', "Parrot_warn" );
#include <parrot/parrot.h>
#include <parrot/embed.h>
int
main(int argc, char* argv[])
{
Interp *interp;
int error_val;
interp = Parrot_new(NULL);
if (!interp) {
return 1;
}
PARROT_WARNINGS_on(interp, PARROT_WARNINGS_ALL_FLAG);
...
}}}
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1187#comment:2>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets