Ticket #1666 (closed bug: fixed)
t/op/sprintf.t and t/pmc/sub.t fail during 'make coretest'
Reported by: | jkeenan | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | testing | Version: | trunk |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
mikehh reported two test failures (r47147 - Ubuntu 10.04 amd64 (g++)) when running make corevm && make coretest. I got these errors as well on linux/i386.
In discussion on #parrot, bacek suggested that these failures may be side effects of recent migration of ops into dynops. Tests which would previously have passed during make coretest might no longer do so because the functionality they test now depends on things like NQP and PCT, which have not been built at the point make coretest runs. He suggested that some tests might now have to be moved to other files which are not run as part of make coretest.
Could the people who are expert in these matters take a look?
Thank you very much.
kid51