summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove expectedFailureFreeBSD from passing testsEd Maste2015-09-222-2/+0
| | | | | | | | | These two tests are skipped on Linux with a comment that the behaviour is as expected, but they are consistently passing on FreeBSD now. llvm.org/pr15989 llvm-svn: 248271
* XFAIL TestConnectRemote.py on FreeBSDEd Maste2015-09-211-0/+1
| | | | | | | | | | Test fails with: error: Process 1 was reported after connecting to 'connect://localhost:42922', but no stop reply packet was received llvm.org/pr24896 llvm-svn: 248157
* Make libc++ tests skip themselves if libc++ is not actually loaded in the targetEnrico Granata2015-09-1811-1/+23
| | | | llvm-svn: 248028
* Get the process ID from a minidump.Adrian McCarthy2015-09-171-1/+1
| | | | llvm-svn: 247939
* XFAIL step after crash tests on android-aarch64 API 21Tamas Berghammer2015-09-172-0/+2
| | | | | | | Android-aarch64 for API21 uses sa_restore to return from a signal handler what have no eh_frame specified. llvm-svn: 247879
* Add the ability for formatter categories to be bound to one or more languagesEnrico Granata2015-09-172-9/+7
| | | | | | What that does is it restricts formatters in those categories to only match to types coming from "compatible" source languages llvm-svn: 247872
* Add first tests for mini-dump debugging.Adrian McCarthy2015-09-163-0/+73
| | | | | | Differential Revision: http://reviews.llvm.org/D12888 llvm-svn: 247829
* Last set of XFAILs for Windows.Zachary Turner2015-09-162-0/+3
| | | | llvm-svn: 247825
* Remove expectedFailureFreeBSD from passing watchpoint testsEd Maste2015-09-163-3/+0
| | | | | | llvm.org/pr18832 llvm-svn: 247801
* Remove expectedFailureFreeBSD from passing testEd Maste2015-09-161-1/+0
| | | | | | | | ExprCommandCallUserDefinedFunction::test_with_dwarf llvm.org/pr21142 llvm-svn: 247800
* Final unexpected success cleanup for OS X.Todd Fiala2015-09-141-2/+0
| | | | | | | Top of tree is running with no unexpected successes with this change, on latest available El Capitan and Xcode betas. llvm-svn: 247608
* Another round of macosx unexpected success corrections.Todd Fiala2015-09-142-4/+0
| | | | llvm-svn: 247602
* Fix up bad compiler spec on ConstVariableTestCase; fixup two more OS X ↵Todd Fiala2015-09-141-3/+10
| | | | | | unexpected successes. llvm-svn: 247591
* Removed XFAIL marker from passing tests, rdars 18684124, 15367233Todd Fiala2015-09-141-6/+0
| | | | | | | | Related to these two test case classes: test/driver/batch_mode/TestBatchMode.py test/functionalities/inferior-assert/TestInferiorAssert.py llvm-svn: 247567
* Enable ↵Ed Maste2015-09-141-1/+0
| | | | | | | | | | | | | | | StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_with_dwarf on FreeBSD This test passes locally but was disabled due to pexpect issues on the FreeBSD buildbot. That buildbot has been retired as it was overloaded, and we will investigate again if this fails once a new buildbot is in place. Noted by John Wolfe. llvm.org/pr22784 This re-applies r247013. llvm-svn: 247565
* Remove expectedFailureFreeBSD from passing test_inferior_asserting_disassembleEd Maste2015-09-141-1/+0
| | | | | | llvm.org/pr18533 llvm-svn: 247564
* Remove expectedFailureFreeBSD from passing test_process_listEd Maste2015-09-141-1/+0
| | | | | | | | | | | This test passes locally but was marked XFAIL due to failures on the FreeBSD buildbot. That buildbot has been retired as it was overloaded, and we will investigate again if this fails once a new buildbot is in place. llvm.org/pr23747 llvm-svn: 247562
* Add missed import lldbtest.Oleksiy Vyalov2015-09-111-0/+1
| | | | llvm-svn: 247469
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-1111-0/+25
| | | | | | llvm.org/pr24778 llvm-svn: 247460
* XFAIL 2 breakpoint tests on Windows.Zachary Turner2015-09-111-0/+1
| | | | | | llvm.org/pr24777 llvm-svn: 247459
* XFAIL some more tests related to value apiZachary Turner2015-09-111-1/+1
| | | | | | llvm.org/pr24772 llvm-svn: 247458
* XFAIL TestDisassembleBreakpoint.Zachary Turner2015-09-111-0/+1
| | | | | | | | This is a trivial issue to fix, just marking it for later. Windows prints function signatures a bit differently, and the test expects a specific format. llvm-svn: 247457
* XFAIL some C++ language specific tests on Windows.Zachary Turner2015-09-111-0/+1
| | | | | | http://llvm.org/pr24764 llvm-svn: 247455
* Demote TestAttachResume back to @expectedFailureFreeBSDEd Maste2015-09-111-1/+1
| | | | | | | | It turns out it fails consistently for me. llvm.org/pr19310 llvm-svn: 247411
* For now skip ThreadSpecificBreakTestCase on FreeBSDEd Maste2015-09-091-0/+1
| | | | | | | | | | It often hangs or times out, and obscures issues with other tests. Just skip it for now (until the FreeBSD test suite is producing consistent results) so that we can get a buildbot back. Previous investigation (for failures) in llvm.org/pr18522 llvm-svn: 247190
* Don't allow duplicate names for tests.Zachary Turner2015-09-091-1/+1
| | | | | | | | | We had 2 tests named TestCPPBreakpoints.py. If one of those tests failed, both of them would be reported as failures and contribute to the failure count. There may be other examples of duplicate test names, and we should fix those as we find them. llvm-svn: 247173
* Update expectedFailureFreeBSD to expectedFlakeyFreeBSD for intermittent testsEd Maste2015-09-093-3/+3
| | | | | | | | | | | Due to LLDB or test race conditions these tests do not pass consistently. llvm.org/pr15037 llvm.org/pr19310 llvm.org/pr22611 llvm-svn: 247143
* Reverting r247000 since it's causing ↵Oleksiy Vyalov2015-09-082-6/+7
| | | | | | TestRegisters.test_fp_special_purpose_register_read to fail on OSX. llvm-svn: 247090
* Revert "Enable ↵Ed Maste2015-09-081-0/+1
| | | | | | | | | | | | | StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_with_dwarf on FreeBSD" And update the comment describing the reason this test is skipped. Unlike the issue described llvm.org/pr22784 this test sometimes causes a hang on my local machine and is not just a problem on the retired buildbot. This reverts commit r247013. llvm-svn: 247024
* Enable ↵Ed Maste2015-09-081-1/+0
| | | | | | | | | | | | | StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_with_dwarf on FreeBSD This test passes locally but was disabled due to pexpect issues on the FreeBSD buildbot. That buildbot has been retired as it was overloaded, and we will investigate again if this fails once a new buildbot is in place. Noted by John Wolfe. llvm.org/pr22784 llvm-svn: 247013
* Remove expectedFailureFreeBSD from passing ↵Ed Maste2015-09-081-1/+0
| | | | | | | | | | | PluginCommandTestCase::test_load_plugin This test was failing due to a libc++ vs libsdc++ conflict which should be fixed by r200646. llvm.org/pr17430 llvm-svn: 247012
* Bug 24733: TestRegisters.py for Clang inferiorsAbhishek Aggarwal2015-09-082-7/+6
| | | | | | | | | | | | | | | Summary: - Bug 24457 can now be tested for inferiors compiled by clang compiler also. - A generic test case for GCC and Clang inferiors: -- Works even when Clang and GCC produce different assembly for the same inferior. - Refer Differential Revision: http://reviews.llvm.org/D12677 Signed-off-by: Abhishek Aggarwal <abhishek.a.aggarwal@intel.com> llvm-svn: 247000
* XFAIL test_fp_special_purpose_register_read on android i386Tamas Berghammer2015-09-071-0/+1
| | | | llvm-svn: 246970
* Skip RegisterCommandsTestCase.test_fp_register_write on Android i386Pavel Labath2015-09-071-0/+1
| | | | | | it appears a kernel bug is preventing us from writing into the register. llvm-svn: 246964
* Fixup TestRegisters after r246955Pavel Labath2015-09-072-16/+18
| | | | | | | | - clang is picky about inline assembly: add the correct instruction size suffix - mark the new test as expectedFailureClang: the test fails as the breakpoint is set in the wrong place llvm-svn: 246957
* Bug 24457 - X87 FPU Special Purpose RegistersAbhishek Aggarwal2015-09-074-1/+115
| | | | | | | | | | | | | | | | | | | | Summary: - For 'register read --all' command on x86_64-Linux Platform: -- Provide correct values of X87 FPU Special Purpose Registers -- Both 32-bit & 64-bit inferiors give correct values on this Platform - Added a Test Vector: -- To verify the expected behaviour of the command Signed-off-by: Abhishek Aggarwal <abhishek.a.aggarwal@intel.com> Reviewers: ashok.thirumurthi, granata.enrico, tfiala, clayborg Differential Revision: http://reviews.llvm.org/D12592 llvm-svn: 246955
* Add a --language (-l) option to type category {enable|disable} to allow ↵Enrico Granata2015-09-041-8/+3
| | | | | | people to turn on and off formatters for a given language llvm-svn: 246884
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-042-5/+7
| | | | llvm-svn: 246873
* Add a repro case for bug llvm.org/pr24702Pavel Labath2015-09-043-0/+99
| | | | llvm-svn: 246845
* Lookup function using full name if one with mangled name is not found.Siva Chandra2015-09-031-1/+0
| | | | | | | | | | | | | | Summary: Remove expected failure decorators from tests which now should start passing. Reviewers: clayborg, spyffe Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12613 llvm-svn: 246820
* Fix TestCompletion.py failure on Darwin after r246639Ying Chen2015-09-031-0/+2
| | | | | | | | | | | | Summary: - send empty line for multiple commands to complete Reviewers: tberghammer Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12584 llvm-svn: 246791
* i386 and i686 are equivalent, update the test accordingly.Zachary Turner2015-09-031-1/+1
| | | | llvm-svn: 246783
* Mark TestAttachResume as flaky on linuxPavel Labath2015-09-031-0/+1
| | | | | | | There is a more race condition regarding process detach, which this test exposes, marking as flaky until it is fixed. llvm-svn: 246777
* Enable TestFdLeak on linuxPavel Labath2015-09-031-1/+0
| | | | | | it has been consistently passing at least the last 100 builds on the bot. llvm-svn: 246761
* XFAIL more watchpoint tests on Windows.Zachary Turner2015-09-022-0/+2
| | | | | | llvm.org/pr24446 llvm-svn: 246725
* XFAIL more bugs that depend on dynamic value resolution.Zachary Turner2015-09-022-1/+2
| | | | | | llvm.org/pr24663 llvm-svn: 246724
* XFAIL tests that rely on exact thread counts.Zachary Turner2015-09-023-0/+6
| | | | | | | | | On Windows we have to deal with OS created threads, so we can never know the exact number of threads. llvm.org/pr24681 llvm-svn: 246723
* Change Windows XFAIL comment for TestCompletion.pyZachary Turner2015-09-021-33/+32
| | | | | | | | | | Instead of fixing these tests by finding a pexpect replacement, this set of tests can be fixed by re-writing the test to not use pexpect. llvm.org/pr24679 llvm-svn: 246671
* XFAIL tests on Windows that are failing to resolve breakpoints.Zachary Turner2015-09-024-0/+8
| | | | | | llvm.org/pr24668 llvm-svn: 246670
* [Windows] XFAIL test that depend on dynamic value types.Zachary Turner2015-09-021-1/+3
| | | | llvm-svn: 246669
OpenPOWER on IntegriCloud