Looks good apart the following: move your test to MiGdbSetShowTestCase, please.
================ Comment at: test/tools/lldb-mi/variable/TestMiVar.py:192 @@ +191,3 @@ + @skipIfLinux # llvm.org/pr22841: lldb-mi tests fail on all Linux buildbots + def test_lldbmi_gdb_set_ouptut_radix(self): + """Test that 'lldb-mi --interpreter' works for -gdb-set output-radix.""" ---------------- Move this test to test/tools/lldb-mi/TestMiGdbSetShow.py http://reviews.llvm.org/D8430 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
