See llvm.org/pr24575
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This test passes fine when running dosep.py so I would prefer to set this to expected failure
Comment Actions
The problem with this test is it gets python in a bad state, so after it's run, all tests after error out. It runs fine on its own, but something like:
dotest.py python_api/
will give a lot of errors after this test runs.
Comment Actions
Greg, please reconsider. There are many options which dosep.py does not support, and the only way to get that functionality is by running dotest.py. There is no workaround. Thank you for understanding.
Comment Actions
Ah expected failing it won't help the tests pass. My bad. Check this in for now until we can fix it properly.
Comment Actions
Thanks Greg!
test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py | ||
---|---|---|
15 | FYI - I will change this to: @skipIf(True) # llvm.org/pr24575: all tests get ERRORs in dotest.py after this as per Ted's recommendation. |
FYI - I will change this to:
as per Ted's recommendation.