emaste added inline comments.
Comment at: lldb/test/API/functionalities/exec/TestExec.py:19
-@expectedFailureAll(archs=['i386'], bugnumber="rdar://28656532")
+@expectedFailureAll(archs=['i386'],
+oslist=no_match(["freebsd"]),
lab
labath added inline comments.
Comment at: lldb/test/API/functionalities/exec/TestExec.py:19
-@expectedFailureAll(archs=['i386'], bugnumber="rdar://28656532")
+@expectedFailureAll(archs=['i386'],
+oslist=no_match(["freebsd"]),
lab
labath added inline comments.
Herald added a subscriber: JDevlieghere.
Comment at: lldb/test/API/functionalities/exec/TestExec.py:19
-@expectedFailureAll(archs=['i386'], bugnumber="rdar://28656532")
+@expectedFailureAll(archs=['i386'],
+oslist=no
This revision was automatically updated to reflect the committed changes.
Closed by commit rG97a2eac3a924: [lldb] [test] Un-XFAIL tests on freebsd/i386
(authored by mgorny).
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D
mgorny added inline comments.
Comment at: lldb/test/API/functionalities/exec/TestExec.py:19
-@expectedFailureAll(archs=['i386'], bugnumber="rdar://28656532")
+@expectedFailureAll(archs=['i386'],
+oslist=no_match(["freebsd"]),
ema
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
These seems to pass on linux as well (and possibly others too), but I guess
nobody runs i386 tests these days...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91645/new/
https://revi
emaste added inline comments.
Comment at: lldb/test/API/functionalities/exec/TestExec.py:19
-@expectedFailureAll(archs=['i386'], bugnumber="rdar://28656532")
+@expectedFailureAll(archs=['i386'],
+oslist=no_match(["freebsd"]),
Int
mgorny created this revision.
mgorny added reviewers: labath, emaste, krytarowski.
Herald added a subscriber: arichardson.
mgorny requested review of this revision.
Restrict i386-specific XFAIL on a few tests to non-FreeBSD systems,
as they pass on FreeBSD.
https://reviews.llvm.org/D91645
Files