Commit 907e00a
authored
[lldb][test] Enable
* [lldb][test] Re-enable `TestRerunAndExprDylib.py` (llvm#157872)
the `skipTestIfFn` requires a function that return a string to skip or
None to run the test. The `isUbuntu18_04` function returns a bool and
the test is skipped on all platforms.
(cherry picked from commit f5315bd)
* [lldb][test] skip test `TestRerunAndExprDylib.py` on remote (llvm#157916)
(cherry picked from commit 55e99ef)TestRerunAndExprDyLib (#11530)1 parent ce4568d commit 907e00a
File tree
1 file changed
+3
-2
lines changed- lldb/test/API/functionalities/rerun_and_expr_dylib
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments