| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 248028
|
|
|
|
| |
llvm-svn: 247939
|
|
|
|
|
|
|
| |
Android-aarch64 for API21 uses sa_restore to return from a signal handler
what have no eh_frame specified.
llvm-svn: 247879
|
|
|
|
|
|
| |
What that does is it restricts formatters in those categories to only match to types coming from "compatible" source languages
llvm-svn: 247872
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D12888
llvm-svn: 247829
|
|
|
|
| |
llvm-svn: 247825
|
|
|
|
|
|
| |
llvm.org/pr18832
llvm-svn: 247801
|
|
|
|
|
|
|
|
| |
ExprCommandCallUserDefinedFunction::test_with_dwarf
llvm.org/pr21142
llvm-svn: 247800
|
|
|
|
|
|
|
| |
Top of tree is running with no unexpected successes with this
change, on latest available El Capitan and Xcode betas.
llvm-svn: 247608
|
|
|
|
| |
llvm-svn: 247602
|
|
|
|
|
|
| |
unexpected successes.
llvm-svn: 247591
|
|
|
|
|
|
|
|
| |
Related to these two test case classes:
test/driver/batch_mode/TestBatchMode.py
test/functionalities/inferior-assert/TestInferiorAssert.py
llvm-svn: 247567
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
llvm.org/pr18533
llvm-svn: 247564
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 247469
|
|
|
|
|
|
| |
llvm.org/pr24778
llvm-svn: 247460
|
|
|
|
|
|
| |
llvm.org/pr24777
llvm-svn: 247459
|
|
|
|
|
|
| |
llvm.org/pr24772
llvm-svn: 247458
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
http://llvm.org/pr24764
llvm-svn: 247455
|
|
|
|
|
|
|
|
| |
It turns out it fails consistently for me.
llvm.org/pr19310
llvm-svn: 247411
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
TestRegisters.test_fp_special_purpose_register_read to fail on OSX.
llvm-svn: 247090
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 246970
|
|
|
|
|
|
| |
it appears a kernel bug is preventing us from writing into the register.
llvm-svn: 246964
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
people to turn on and off formatters for a given language
llvm-svn: 246884
|
|
|
|
| |
llvm-svn: 246873
|
|
|
|
| |
llvm-svn: 246845
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: - send empty line for multiple commands to complete
Reviewers: tberghammer
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D12584
llvm-svn: 246791
|
|
|
|
| |
llvm-svn: 246783
|
|
|
|
|
|
|
| |
There is a more race condition regarding process detach, which this test exposes, marking as
flaky until it is fixed.
llvm-svn: 246777
|
|
|
|
|
|
| |
it has been consistently passing at least the last 100 builds on the bot.
llvm-svn: 246761
|
|
|
|
|
|
| |
llvm.org/pr24446
llvm-svn: 246725
|
|
|
|
|
|
| |
llvm.org/pr24663
llvm-svn: 246724
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
llvm.org/pr24668
llvm-svn: 246670
|
|
|
|
| |
llvm-svn: 246669
|