Potentially due to the recent testuite refactorings, this test now reports
a full absolute path but expect just the filename. For some reason this
test is skipped on GreenDragon so we've never seen the issue.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 15264 Build 15264: arc lint + arc unit
Event Timeline
Comment Actions
I wonder whether we could use something like
>>> import os >>> os.path.basename('/patatino/ino/main.c') 'main.c'
to make this slightly more robust against files which end in main.c but we don't want to really match, e.g. blahmain.c.
Comment Actions
I'd be fine with this version of the patch, or one which uses path.basename to be more stringent.
This test is skipped on green dragon because I have not upstreamed the debugger integration for ubsan in compiler-rt yet.