llvm-project/lldb/test/python_api
Siva Chandra aaa3d47863 [TestEvents] Replace expectedFailureLinux with skipIfLinux
Summary:
If we do not mark them as skip, they are still executed, which in
turn is leading to an assertion failure. The change also adds
skipIfLinux to a testlet which was not previously marked with
skipIfLinux. This is because running even that test let leads to an
assertion failure.

Test Plan: dotest.py -C clang -p TestEvents.py

Reviewers: vharron

Reviewed By: vharron

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D6715

llvm-svn: 224644
2014-12-19 22:41:43 +00:00
..
breakpoint If a breakpoint gets deleted, any SBBreakpoints representing that 2014-07-02 18:44:43 +00:00
class_members Limit test to Darwin 2014-10-02 20:18:21 +00:00
debugger Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
default-constructor I removed SetCallback from the Python API's since it wasn't actually useful, and added SetScriptCallbackFunction, 2014-04-03 00:50:56 +00:00
disassemble-raw-data Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
event [TestEvents] Replace expectedFailureLinux with skipIfLinux 2014-12-19 22:41:43 +00:00
exprpath_synthetic Skip TestExprPathSynthetic test on FreeBSD, Linux & Windows. 2014-12-10 01:48:17 +00:00
findvalue_duplist <rdar://problem/15960553> 2014-02-18 23:48:11 +00:00
formatters Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
frame Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
function_symbol Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
hello_world Fix HelloWorld attach test for Linux kernels with ptrace ancestor lockdown. 2014-10-26 21:37:46 +00:00
interpreter Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
lldbutil Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
module_section Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
objc_type Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
process Disable the remaining ProcessIO test on Windows. 2014-12-10 23:25:28 +00:00
rdar-12481949 Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
sbdata Now that AddressOf() does sane things with const results, this check is wrong. Since this is actually quite orthogonal to what this test is all about, actually get rid of the assertions 2014-12-15 23:36:23 +00:00
sbtype_typeclass Added the ability to add attributes to inline 2014-10-28 20:23:20 +00:00
sbvalue_const_addrof Add a test case to validate that AddressOf() and GetLoadAddress() work on a ValueObjectConstResult. This test passing is the baseline of functionality we want to ensure for our const results 2014-12-12 21:23:55 +00:00
sbvalue_persist Add the ability for an SBValue to create a persisted version of itself. 2014-12-08 23:13:56 +00:00
section Fixed a test suite error on MacOSX where people were using ".data" as the data section name for all file formats. Instead fix the test by finding the section by section type so the test is agnostic to the file format (and passes on MacOSX). 2014-11-03 23:02:08 +00:00
signals Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
symbol-context Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
target Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test case that was reading target memory in TargetAPITestCase.test_read_memory_with_dsym and TargetAPITestCase.test_read_memory_with_dwarf. 2014-11-04 00:56:30 +00:00
thread Add decorator for FreeBSD test failure - malloc() breakpoint issue 2014-08-01 17:04:31 +00:00
type Add support for inspecting enum members. 2014-06-02 20:55:29 +00:00
value Add decorator for intermittently failing test on FreeBSD 2014-11-17 15:27:09 +00:00
value_var_update Mark 9 lldb unit tests for ubuntu as XFAIL. 2014-11-22 05:55:00 +00:00
watchpoint Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00