Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
77db4a855239049488e09f28c6665fdb3b51ef90
/
lldb
/
test
/
lang
/
cpp
/
class_static
/
TestStaticVariables.py
77db4a8
Update every test to import `lldb_shared`.
by Zachary Turner
· 10 years ago
c8fd130
Merge dwarf and dsym tests
by Tamas Berghammer
· 10 years ago
6e8cbc0
XFAIL some C++ language specific tests on Windows.
by Zachary Turner
· 10 years ago
05834cd
Reversed r238363, because the message is inconsistent
by Sean Callanan
· 10 years ago
3154aa2
[TestBase.runCmd] Better error message when runCmd fails.
by Siva Chandra
· 10 years ago
c4f4d6c
XFAIL a test that fails on FreeBSD 11 (local and buildbot)
by Ed Maste
· 10 years ago
e0d0a76
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".
by Greg Clayton
· 10 years ago
8f4c4d5
Update sys.platform switched behavior in tests to use self.getPlatform (remote target platform)
by Robert Flack
· 10 years ago
13c7ad9
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
by Robert Flack
· 11 years ago
89ce955
Make array symbol reading resilient to incomplete DWARF.
by Siva Chandra
· 11 years ago
5ab2e07
[TestStaticVariables] Mark the one unmarked test let also expectedFailure.
by Siva Chandra
· 11 years ago
ec4f47e
Switch to Darwin decorator for tests that XPASS on FreeBSD
by Ed Maste
· 11 years ago
b6209ad
Add a comment to tests that XPASS on FreeBSD
by Ed Maste
· 11 years ago
c694751
Correctly set the working directory when launching processes for both local and remote targets.
by Greg Clayton
· 12 years ago
4570d3e
Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case.
by Greg Clayton
· 12 years ago
34bdbbd
test: Update FreeBSD failure decorators
by Ed Maste
· 12 years ago
5d4bc2a
Update failing tests on Linux for clang and gcc to only fail on Linux instead of all platforms.
by Matt Kopec
· 12 years ago
34237a5
Mark some tests as explicitly failing on clang/gcc as they pass on icc.
by Matt Kopec
· 12 years ago
863bd4a
Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant contains to xfail, and r181841 is a fix for the test.
by Ashok Thirumurthi
· 12 years ago
e8bdd1f
Clean up linux test decorators and add links to known bugs
by Daniel Malea
· 12 years ago
609a433
Unbreak the linux buildbot tests. This still fails for the clang that is being used on linux.
by Greg Clayton
· 12 years ago
bc8d239
Fixed the test case to pass on Darwin. This might pass on linux as well. The test case now properly validates g_points as a global for the class A version, and the static variable for the file static.
by Greg Clayton
· 12 years ago
43f6213
Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber
by Enrico Granata
· 13 years ago
5b7c14b
A few more GCC specific test fixes as per logged PRs:
by Daniel Malea
· 13 years ago
e651aee
Marking two tests expected-to-fail on Linux
by Daniel Malea
· 13 years ago
63dfc72
Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
by Jim Ingham
· 13 years ago
24086bc
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
by Johnny Chen
· 13 years ago
4999627
Add some expected failure decorators with radar numbers.
by Johnny Chen
· 14 years ago
1dc9a20
Modify test cases to use 'target variable' to display global variables.
by Johnny Chen
· 14 years ago
fe42ac4
Cleaned up the SBType.h file to not include internal headers and reorganized
by Greg Clayton
· 14 years ago
9a07aba
The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need the frame argument.
by Johnny Chen
· 14 years ago
715c236
Centralize the variable display prefs into a new option
by Greg Clayton
· 14 years ago
fb8cd37
Move some directories to now reside under lang/c or lang/cpp.
by Johnny Chen
· 14 years ago
[Renamed (98%) from lldb/test/class_static/TestStaticVariables.py]
5a0bee7
The extra burden for the Python API test case to assign its process object to self.process
by Johnny Chen
· 14 years ago
4ebd019
Now that we have added a post-processing step for adding truth value testing to
by Johnny Chen
· 14 years ago
e69c748
Modify the test suite and lldbutil.py to utilize the Python iteration pattern now that
by Johnny Chen
· 14 years ago
de90f1d
Change the rest of lldbutil.py's function names to all lower case formats to be consistent.
by Johnny Chen
· 14 years ago
822198e
Converted to use SBProcess.LaunchSimple().
by Johnny Chen
· 14 years ago
7260f62
Centralized a lot of the status information for processes,
by Greg Clayton
· 14 years ago
d762ff1
Modify test scripts to accomodate SBTarget.Launch() API change.
by Johnny Chen
· 15 years ago
6f907e6
Deprecated old forms of SBTarget::Launch. There is not just one and no
by Greg Clayton
· 15 years ago
94f928b
Modify test cases to accomodate Python API change:
by Johnny Chen
· 15 years ago
a47d7cb
Add @python_api_test decorator to the remaining Test*.py files.
by Johnny Chen
· 15 years ago
025d1b8
For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string
by Johnny Chen
· 15 years ago
a994070
Add comment for a branch of test logic which applies to ['clang', 'llvm-gcc'] only.
by Johnny Chen
· 15 years ago
beae523
Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, scope).
by Johnny Chen
· 15 years ago
835a88c
Add Python API tests for file and class static variables, too.
by Johnny Chen
· 15 years ago
3df7f94
Add a test for displaying file and class static variables.
by Johnny Chen
· 15 years ago