Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
35efff89fca50e6fe9aa1a7844c4a8aca84882bf
/
test
15802aa
Fix typo in C++11 flag for the GCC 4.6 code path: missing '-'
by Daniel Malea
· 12 years ago
f9c47ac
Fixed a test suite typo error that caused the test to fail.
by Greg Clayton
· 12 years ago
52dd223
Adding test for non-API process attach
by Andrew Kaylor
· 12 years ago
be32d6d
Mark TestConstVariables as expected to fail due to radar 13314878 on darwin. The tests are already skipped on linux.
by Greg Clayton
· 12 years ago
beb7ac7
<rdar://problem/13788579>
by Greg Clayton
· 12 years ago
9c57067
Fix check_public_api_headers test on mac os x, and refactor some logic into lldbtest.py
by Daniel Malea
· 12 years ago
ac874f9
Changing the test to use eax rather than rax for compatibility with i386.
by Ashok Thirumurthi
· 12 years ago
efc7e55
<rdar://problem/13338477>
by Enrico Granata
· 12 years ago
c3ba2bf
Refactored convenience register tests to provide some coverage on Linux that is not marked xfail.
by Ashok Thirumurthi
· 12 years ago
d7bb1ba
TestCallCPPFunction is an expected failure on Linux; marking as such.
by Sean Callanan
· 12 years ago
fb8abab
Refactoring thread state tests to show individual failures
by Andrew Kaylor
· 12 years ago
974e9fd
Added a test case verifying that simple C++ functions can be called by basename.
by Sean Callanan
· 12 years ago
2921c36
Fixed the anonymous testcase. It was testing
by Sean Callanan
· 12 years ago
d82c89e
skip randomly failing test to avoid buildbot noise
by Daniel Malea
· 12 years ago
143d543
Mark tests as expected fail for Linux due to not being able to call/print c++ demangled functions in the global namespace (bugzilla 15854).
by Matt Kopec
· 12 years ago
1b3ac89
Removing invalid test cases from thread state test
by Andrew Kaylor
· 12 years ago
66bd7d7
Adds 64-bit POSIX support for AVX
by Ashok Thirumurthi
· 12 years ago
2dbfe86
Fixed IRForTarget to handle Objective-C messages sent to "super".
by Sean Callanan
· 12 years ago
e2172fd
Fixed expression parser handling of empty strings.
by Sean Callanan
· 12 years ago
967a997
Added support for pulling Objective-C class symbols
by Sean Callanan
· 12 years ago
79e7ad8
Fixed a problem where the expression parser would
by Sean Callanan
· 12 years ago
7b87e59
Fix missing module name in expectedFailure calls
by Daniel Malea
· 12 years ago
23176af
Adding basic test for thread state (See PR-15824)
by Andrew Kaylor
· 12 years ago
538d305
Added 64-bit POSIX support to write floating-point vector registers.
by Ashok Thirumurthi
· 12 years ago
66cd2b5
The new ReadStringFromMemory() API does not work correctly with NSStrings that have an explicit length and no NULL terminator
by Enrico Granata
· 12 years ago
cbeb328
Splitting the appkit data formatters test in smaller test cases - this should enable us to get a more detailed perspective on which individual data formatters are broken
by Enrico Granata
· 12 years ago
f78bf6c
Fix CheckPublicAPIHeaders test case
by Daniel Malea
· 12 years ago
c582bbf
Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425)
by Daniel Malea
· 12 years ago
3a5c74d
Added 64-bit POSIX support to write general-purpose floating-point registers.
by Ashok Thirumurthi
· 12 years ago
0c5fa86
Splits register_commands into a passing test on Linux (to improve test coverage),
by Ashok Thirumurthi
· 12 years ago
14d09ee
Improved tests for nested structs when anonymous structs are involved.
by Ashok Thirumurthi
· 12 years ago
4e7965a
Fix (failing) test name reporting on buildbots
by Daniel Malea
· 12 years ago
c15fb8c
Adding a test case for the changes made to ValueObjects to use iteration instead of recursion for navigating to their root - beware: a regression here will most probably cause a crash instead of a failure
by Enrico Granata
· 12 years ago
347d722
Provided a variant of ReadCStringFromMemory that supports null terminators of any character width.
by Ashok Thirumurthi
· 12 years ago
c1fe322
Added unit tests for register read (should pass) and the expression interpreter (xfail) after the inferior has crashed.
by Ashok Thirumurthi
· 12 years ago
ab8e00e
Added a SetData() method to ValueObject. This
by Sean Callanan
· 12 years ago
814c813
New test suite option (-T)
by Enrico Granata
· 12 years ago
0ad9297
When specifying a relative path for the --framework option to dotest.py, Python would end up being confused and unable to locate the embedded_interpreter module, causing every testcase that uses the Script Interpreter (e.g. functionalities/data-formatter/data-formatter-stl/libstdcpp) to fail without even trying
by Enrico Granata
· 12 years ago
9cd337e
<rdar://problem/13558484>
by Enrico Granata
· 12 years ago
f95fc9e
Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))".
by Greg Clayton
· 12 years ago
3e1a063
Fixed the version test for darwin.
by Greg Clayton
· 12 years ago
00ebf2a
Fix test case to not run to main and "next" 5 times. Use a breakpoint.
by Greg Clayton
· 12 years ago
dd03f0a
Avoid hang in attach-by-name test case
by Daniel Malea
· 12 years ago
ff03cbc
Fixing Python commands test cases to work even after removing Printf
by Enrico Granata
· 12 years ago
ce5a73b
Making the buildbot happy again after changes to the default formatter for char[]
by Enrico Granata
· 12 years ago
0852cbb
Introduces extended register sets whose availability can vary with the target processor.
by Ashok Thirumurthi
· 12 years ago
944038e
This test case was not doing the right thing with libc++ being used and was generating spurious over-completion warning flags
by Enrico Granata
· 12 years ago
76fb323
Checking that the wrong syntax does not give a correct summary after clearing the error messages here
by Enrico Granata
· 12 years ago
d373fe0
Fix the buildbot so a LLDB test doesn't fail looking for "<invalid usage of pointer value as object>".
by Greg Clayton
· 12 years ago
5cc975b
These test cases fail on the buildbot - skip on Linux for now, will figure out why
by Enrico Granata
· 12 years ago
55f595f
Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.
by Matt Kopec
· 12 years ago
166b89f
Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None".
by Greg Clayton
· 12 years ago
bc8cdff
Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints.
by Matt Kopec
· 12 years ago
9ae0efc
Make the conditional break test case a little more robust.
by Jim Ingham
· 12 years ago
711a5b1
Fix Makefile.rules where no icc is installed and -C gcc is used.
by Matt Kopec
· 12 years ago
57d4ab2
Add icc support to the test suite
by Matt Kopec
· 12 years ago
f1c01a8
Add braces to crashed test summary (needed for buildbots to detect crashes)
by Daniel Malea
· 12 years ago
e27cafb
Remove extra whitespace
by Daniel Malea
· 12 years ago
d76b889
Prepend "FAIL:" string to tests that crash so that buildbots pick them up.
by Daniel Malea
· 12 years ago
2b606ab
Minor LLDB test improvements
by Daniel Malea
· 12 years ago
b785a4c
Fix enum_types test on Linux
by Daniel Malea
· 12 years ago
e1dd3e5
Fix issue that causes linux buildbots to ignore errors
by Daniel Malea
· 12 years ago
ab3d87a
Fix running of LLDB tests with cmake+ninja+ccache
by Daniel Malea
· 12 years ago
d962c7e
Skipping TestConstVariables on Linux.
by Andrew Kaylor
· 12 years ago
0e8e6f2
Added tests to test for "settings set" with trailing whitespaces after the values.
by Greg Clayton
· 12 years ago
d8d97f5
Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly.
by Greg Clayton
· 12 years ago
48c6b33
Fixed test suite errors due to new clang -v output.
by Greg Clayton
· 12 years ago
8014368
Now that "settings set" will strip leading and trailing spaces, we need a way to be able to specify string values that contain spaces. So now settings setting <property> <value>" can have a <value> that is quoted:
by Greg Clayton
· 12 years ago
0856107
Fix Ninja LLDB build on Linux (via cmake -G Ninja)
by Daniel Malea
· 12 years ago
9e0f5be
Add support on POSIX to determine if an inferior has changed while debugging it.
by Matt Kopec
· 12 years ago
dbd73cf
Un-skipping tests affected by llvm.org/pr15256
by Daniel Malea
· 12 years ago
4a1c7c6
Fix makefile and re-enable test disabled due to llvm.org/pr15256
by Daniel Malea
· 12 years ago
a5d313d
Add a test case for static member variables
by Daniel Malea
· 12 years ago
e1588aa
Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations.
by Matt Kopec
· 12 years ago
137c4d7
Finish up CMake support for LLDB (tested on Linux)
by Daniel Malea
· 12 years ago
36451fa
Replace all "-gdwarf-2" with "-g" to use the compiler defaults.
by Greg Clayton
· 12 years ago
5e4adbf
Fix the getCompilerVersion() function to do the right thing with clang 5.0 which now says "LLVM version" instead of "clang version".
by Greg Clayton
· 12 years ago
02901dc
Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive.
by Greg Clayton
· 12 years ago
3dd21ab
Remove LLDB dependency on xcodeworkspace (on Linux) for version number
by Daniel Malea
· 12 years ago
4f9103f
Add GNU indirect function support in expressions for Linux.
by Matt Kopec
· 12 years ago
54fcf68
Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness
by Daniel Malea
· 12 years ago
56e2c56
<rdar://problem/13289828>
by Enrico Granata
· 12 years ago
edc4ddb
Mark a few more tests as "basic_process".
by Jim Ingham
· 12 years ago
60139f3
Fix the .categories, it had "dataformatter" not "dataformatters".
by Jim Ingham
· 12 years ago
9d66551
Skip test that fails intermittently with Clang/GCC on Linux
by Daniel Malea
· 12 years ago
786e873
This should get clang/gcc decorators working
by Enrico Granata
· 12 years ago
4d82e97
Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber
by Enrico Granata
· 12 years ago
596ba5e
Remove no-op code (since r175842)
by Dmitri Gribenko
· 12 years ago
21416a1
<rdar://problem/12362092>
by Enrico Granata
· 12 years ago
2df4d9f
Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots.
by Daniel Malea
· 12 years ago
45fa511
Fixing the watchpoint test case to reflect changes in error reporting
by Enrico Granata
· 12 years ago
c29f0f3
Make the lldbtest tear down routine a little less error prone
by Daniel Malea
· 12 years ago
ebb8444
Ignore the check for com.apple.main-thread - it is not critical for the test case's logic
by Enrico Granata
· 12 years ago
dac0683
If the inferior program is compiled with libc++, you won't see libstdc++
by Enrico Granata
· 12 years ago
d9d3692
Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that must be preserved.
by Daniel Malea
· 12 years ago
f5c74cd
Mark test as expected-to-fail with GCC because some versions emit DWARF that claims
by Daniel Malea
· 12 years ago
d7470c2
Skip another two test cases on Linux that are affected by llvm.org/pr14637
by Daniel Malea
· 12 years ago
004ccb3
Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case.
by Daniel Malea
· 12 years ago
32d7ee3
<rdar://problem/4529976>
by Enrico Granata
· 12 years ago
f2025c2
Add logging of which test cases are run (through dosep) to help diagnose any hangs/crashes in the buildbots.
by Daniel Malea
· 12 years ago
Next »