summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c/global_variables/TestGlobalVariables.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-77/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-15/+4
* XFAIL some C++ language specific tests on Windows.Zachary Turner2015-09-111-0/+1
* TestGlobalVariables no longer fails on FreeBSDEd Maste2015-06-021-1/+0
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Remove unnecessary platform specific code from TestGlobalVariables.Chaoren Lin2015-03-031-13/+1
* [TestGlobalVariables] LD_LIBRARY_PATH should be process working directory.Chaoren Lin2015-03-031-2/+7
* Add decorator for test that fails on FreeBSD after editline reworkEd Maste2014-11-181-0/+1
* Fixes for remote test suite execution of the "lldb/test/lang" directory.Greg Clayton2014-11-171-7/+13
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Set shared library path on FreeBSD as on Linux for testsEd Maste2013-09-091-2/+2
* Add the LD_LIBRARY_PATH to target.env-vars for tests expecting libimf.so when...Matt Kopec2013-07-311-1/+6
* <rdar://problem/12798131> Greg Clayton2012-12-041-4/+4
* Improvement to TestGlobalVariables fixDaniel Malea2012-11-261-4/+4
* Fix TestGlobalVariables.py (on Linux)Daniel Malea2012-11-261-0/+4
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-4/+2
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* <rdar://problem/10338439>Greg Clayton2011-11-131-2/+3
* Add a negative self.expect() to verify that the bug has been fixed.Johnny Chen2011-08-091-0/+2
* Add rdar://problem/9747668 info for "target variable g_marked_spot.y" command.Johnny Chen2011-07-081-0/+5
* Add test scenarios for 'target variable' command into TestGlobalVariables.py ...Johnny Chen2011-07-081-0/+8
* Move global_variables dir to lang/c and foundation dir to lang/objc.Johnny Chen2011-06-251-0/+67
OpenPOWER on IntegriCloud