llvm-project/lldb/test/functionalities
Siva Chandra ff2b29d0ea [TestAttachDenied] Use a file instead of a pipe for synchronization.
Summary:
One cannot use mknod or mkfifo on user Android devices. This commit
changes the use of pipe to a file to synchronize between the inferior
and the test.

Test Plan: dotest.py -P TestAttachDenied

Reviewers: ovyalov, chaoren

Reviewed By: chaoren

Subscribers: tberghammer, lldb-commits

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

llvm-svn: 237328
2015-05-14 01:36:47 +00:00
..
abbreviation Eliminate redundant Alias test and improve Common Short Spellings test http://reviews.llvm.org/D9268 2015-04-24 23:18:15 +00:00
alias Eliminate redundant Alias test and improve Common Short Spellings test http://reviews.llvm.org/D9268 2015-04-24 23:18:15 +00:00
archives 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
asan Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
attach_resume Enabled a bunch of tests on Linux 2015-03-31 17:44:37 +00:00
avoids-fd-leak Mark the other test of TestFdLeak also as xfail to keep the bot green. 2015-05-02 00:37:12 +00:00
backticks Remove annotation for llvm.org/pr19241 2014-03-26 02:45:44 +00:00
breakpoint New test for llvm.org/pr23478 2015-05-11 14:42:09 +00:00
command_history Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
command_regex Add expectedFailureFreeBSD decorator for buildbot pexpect issue 2015-05-08 14:20:25 +00:00
command_script Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
command_source Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
completion Skip tests that are timing out on the FreeBSD buildbot 2015-05-09 01:01:36 +00:00
conditional_break Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
connect_remote Skip and XFAIL test occasionally timing out on the Linux build bot 2015-05-11 10:32:16 +00:00
data-formatter Make it so that changing formats on a synthetic value object causes children to be invalidated and refetched when needed 2015-05-07 20:33:31 +00:00
dead-strip Working on getting the OSX build green 2015-05-12 02:20:27 +00:00
disassembly Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
dynamic_value_child_count Enabled a bunch of tests on Linux 2015-03-31 17:44:37 +00:00
embedded_interpreter Revert "Enable TestConvenienceVariables on Linux" 2015-05-05 14:54:23 +00:00
exec Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
expr-doesnt-deadlock Enabled a bunch of tests on Linux 2015-03-31 17:44:37 +00:00
fat_archives Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
format Add expectedFailureFreeBSD decorator for buildbot pexpect issue 2015-05-08 14:20:25 +00:00
inferior-assert Fix test expectation for aarch64 in several test case 2015-04-02 11:07:55 +00:00
inferior-changed Many many test failures after some recent changes. The problem is lldbtest.getPlatform() returns the "OS" of the selected platform's triple. This is "macosx" for desktop macosx and "ios" for iOS. It used to be "darwin". 2015-04-02 18:24:03 +00:00
inferior-crashing XFAIL tests that are failed on linux with gcc-4.9.2 2015-04-21 01:15:47 +00:00
inline-stepping XFAIL tests that are failed on linux with gcc-4.9.2 2015-04-21 01:15:47 +00:00
launch_with_shellexpand Fix a bug where argdumper would not launch inferiors correctly in the presence of arguments of the form word1\ word2 (vs. the quoted form "word1 word2") 2015-04-17 01:50:11 +00:00
load_unload Fix a few more test suite errors where a cleanup lambda was calling self.runCmd() which requires the command returns successfully. Using self.dbg.HandleCommand() doesn't require success. 2015-04-02 18:42:12 +00:00
longjmp Marked TestLongjmp.py tests XFAIL for Linux. 2014-07-07 21:07:41 +00:00
memory/read XFAIL tests that are failed on linux with gcc-4.9.2 2015-04-21 01:15:47 +00:00
non-overlapping-index-variable-i 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
nosucharch Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
object-file Fixed the failing test: 2015-01-28 22:08:17 +00:00
paths Fix broken test, this wasn't supposed to get committed. 2015-05-13 20:21:22 +00:00
platform Fix expectation for TestPlatformCommand.test_shell 2015-03-04 11:18:34 +00:00
plugins Fix TestPluginCommands for gcc. 2015-04-16 22:03:43 +00:00
process_attach [TestAttachDenied] Use a file instead of a pipe for synchronization. 2015-05-14 01:36:47 +00:00
process_launch Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
recursion Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
register Check the host platform to determine logging channel to test in TestRegisters.py 2015-05-13 18:23:10 +00:00
rerun Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
return-value Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
set-data Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
signal Add decorator for signal test failing on FreeBSD 2015-04-22 17:06:48 +00:00
single-quote-in-filename-to-lldb Add expectedFailureFreeBSD decorator for buildbot pexpect issue 2015-05-08 14:20:25 +00:00
step-avoids-no-debug un-skipped a bunch of tests on Linux 2015-05-04 03:06:04 +00:00
stop-hook Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
target_command Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
thread XFAIL and Skip flaky test case on linux 2015-05-12 14:25:43 +00:00
tty Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
type_completion Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
unwind Fix test expectation in TestNoreturnUnwind 2015-04-23 10:54:27 +00:00
value_md5_crash Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
watchpoint ["watch set" tests] Use default test case executable names. 2015-05-11 18:49:59 +00:00