T13031 doesn't get run
Simon wrote noting that two tests in stranal/should_compile didn't appear to be run in his testing. I have been able to reproduce this.
A few observations:
- There is a
setTestOpts( only_ways(['optasm']) )at the top ofstranal/should_compile/test.T - in a
validatebuildT13031is skipped when run with: make test TEST=T13031 WAY=normalmake test TEST=T13031 WAY=optasmmake slowtest TEST=T13031 WAY=normalmake slowtest TEST=T13031 WAY=optasm- When the
setTestOptscall is commented outT13031is - skipped with
make test TEST=T13031 WAY=optasm - run with
make test TEST=T13031 WAY=normal -
optasmis in theconfig.run_wayslist
I suspect what is happening here is that the optasm way is not being run
To be continued...
Trac metadata
| Trac field | Value |
|---|---|
| Version | 8.6.3 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |