Larry Ewing
Larry Ewing
I would update the completed tasks if I had access
There error is in the xharness log but not in the console output so the pattern isn't matching :|
https://github.com/dotnet/runtime/issues/98578 would also match it I think, why is the log not getting processed? cc @akoeplinger @maraf
closing this since it won't catch the problem I created it for and the things it will catch are already covered
@fan this is too broad a pattern it will match any substring assertion that fails (as evidenced by the matches)
I've updated ErrorMessage
And it is not matching the actual failure because Build Analysis doesn't run against runtime-extra-platforms
For some reason I can't get it to match on the multithreaded tests but it does work on regular ones
The problematic tests were moved to the outerloop
> If this is with the 'vanilla' clang from WASI SDK (it looks to be like that from the logs), this may be [WebAssembly/wasi-sdk#326](https://github.com/WebAssembly/wasi-sdk/issues/326). It is. The first recorded failure...