summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
...
* XFAIL test_thread_state_after_continue on Windows.Zachary Turner2015-09-021-1/+3
* Enable a couple of tests in TestExitDuringStep on linuxPavel Labath2015-09-021-2/+0
* XFAIL new tests in TestCompletion on windows due to missing pexpectPavel Labath2015-09-021-0/+2
* Fix tab completion for command arguments containing spacesTamas Berghammer2015-09-023-0/+36
* Address flakyness in TestAttachResumePavel Labath2015-09-022-45/+17
* Remove expectedFailureFreeBSD for passing pexpect testsEd Maste2015-08-314-4/+0
* Rename all functionalities/data-formatter test case with radar bug numbers in...Enrico Granata2015-08-2543-128/+11
* Fix a bunch of portability issues in test executables.Zachary Turner2015-08-2511-31/+40
* Make TestCreateDuringInstructionStep linux-specificPavel Labath2015-08-243-132/+0
* XFAIL pthreads test on Windows.Zachary Turner2015-08-211-0/+1
* Fix TestPaths on Windows.Zachary Turner2015-08-211-2/+2
* Skip TestCreateAfterAttach on Windows.Zachary Turner2015-08-211-1/+1
* XFAIL Tests that require C++ exceptions on Windows.Zachary Turner2015-08-211-0/+1
* Add repro test case for bug #24530Pavel Labath2015-08-211-3/+84
* Change TestBSDArchives to expectedFailureWindows.Zachary Turner2015-08-201-1/+1
* XFAIL breakpoint tests on WindowsZachary Turner2015-08-202-0/+2
* XFAIL TestBSDArchives.py on WindowsZachary Turner2015-08-201-0/+1
* Skip TestCreateDuringInstructionStep on android aarch64Pavel Labath2015-08-201-1/+4
* [NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath2015-08-203-0/+129
* Add TestCrashDuringStepPavel Labath2015-08-193-0/+86
* Revert part of "Convert all use of pthreads in tests to c++11 threads."Chaoren Lin2015-08-184-82/+82
* Convert all use of pthreads in tests to c++11 threads.Zachary Turner2015-08-1714-192/+172
* XFAIL some data formatter tests on Windows.Zachary Turner2015-08-145-0/+5
* Disable libstdc++ and libcxx data formatter tests on Windows.Zachary Turner2015-08-148-4/+9
* Remove Unicode byte-order mark from python files.Zachary Turner2015-08-135-5/+5
* XFAIL Watchpoint tests on Windows.Zachary Turner2015-08-138-8/+22
* XFAIL TestInferiorAssert for Android API <= 16.Chaoren Lin2015-08-031-0/+1
* Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...Oleksiy Vyalov2015-07-293-0/+88
* Fix a bug where the std::list synthetic child provider would not clean its ca...Enrico Granata2015-07-282-2/+26
* Add option eTypeOptionHideEmptyAggregates.Siva Chandra2015-07-242-0/+9
* Improve C++ function name handling and step-in avoid regerxp handlingTamas Berghammer2015-07-243-3/+66
* Remove XFAIL from ReturnValueTestCase after rL242972Tamas Berghammer2015-07-231-1/+0
* Fix comment in test.Dawn Perchik2015-07-231-1/+1
* XFAIL TestReturnValue on Linux-x86_64 with clangTamas Berghammer2015-07-221-0/+1
* Improve SysV ABI for ARM to handle return values with vector return typeTamas Berghammer2015-07-222-15/+51
* [asan] Display ASan history threads in reverse chronological orderKuba Brecka2015-07-221-3/+3
* XFAIL watchpoint tests on Android arm/aarch64Tamas Berghammer2015-07-2210-1/+17
* Xfail test_dyld_library_path for Android.Chaoren Lin2015-07-221-0/+1
* Fix typos.Bruce Mitchener2015-07-222-2/+2
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-214-9/+49
* Update TestLoadUnload to use base Makefile.Chaoren Lin2015-07-219-81/+89
* Teach the NSString data formatter to handle embedded NULs in short ASCII stringsEnrico Granata2015-07-172-0/+26
* Improve the NSString data formatter so that explicitly-lengthed Unicode strin...Enrico Granata2015-07-172-0/+11
* Split the portion of the data-formatter-objc test case that deals with NSStri...Enrico Granata2015-07-174-85/+203
* Improve conditional opcode handling in emulation based unwindingTamas Berghammer2015-07-171-1/+0
* Teach the std::wstring data formatter how to properly display strings with em...Enrico Granata2015-07-172-2/+5
* Add StringPrinter support for printing a std::string with embedded NUL bytesEnrico Granata2015-07-172-2/+5
* Xfail pexpect tests for Windows hosts.Chaoren Lin2015-07-162-2/+2
* Add jThreadsInfo support to lldb-serverPavel Labath2015-07-161-1/+1
* Improve XFAIL for test_lldb_process_load_and_unload_commandsTamas Berghammer2015-07-161-1/+1
OpenPOWER on IntegriCloud