You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered an error in this test, and fixed it in e576c5b.
However, this test doesn't seem to test anything -- I made some arbitrary changes (e.g. llvm-jitlink to llvm-not-valid on Line 9), the test was still passed. It is a little hard to understand the purpose of this test with the combination of XFAIL:* and not.
@sunho, you're the author of this test, can you take a look at this test?
The text was updated successfully, but these errors were encountered:
I discovered an error in this test, and fixed it in https://github.com/llvm/llvm-project/commit/e576c5bed79f8a9528391756c8475cc3a6276adf.
However, this test doesn't seem to test anything -- I made some arbitrary changes (e.g. llvm-jitlink to llvm-not-valid on Line 9), the test was still passed. It is a little hard to understand the purpose of this test with the combination of XFAIL:* and not.
@sunho, you're the author of this test, can you take a look at this test?
I discovered an error in this test, and fixed it in e576c5b.
However, this test doesn't seem to test anything -- I made some arbitrary changes (e.g.
llvm-jitlink
tollvm-not-valid
on Line 9), the test was still passed. It is a little hard to understand the purpose of this test with the combination ofXFAIL:*
andnot
.@sunho, you're the author of this test, can you take a look at this test?
The text was updated successfully, but these errors were encountered: