summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-131-1/+0
* [lldb] Remove Xfail decorators from steadily passing testsMuhammad Omair Javaid2019-12-091-4/+0
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-231-1/+4
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-041-0/+1
* Remove redundant command.Adrian Prantl2018-05-011-1/+0
* Split TestGlobalVariables into two and xfail one of them for arm64 linuxPavel Labath2018-05-011-10/+23
* Remove premature caching of the global variables list in CompileUnit.Adrian Prantl2018-04-301-3/+18
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-1/+1
* [testsuite] Un-XFAIL the global variables tests.Davide Italiano2017-12-171-6/+0
* Added a radar on our end for this test's failure.Jim Ingham2016-10-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-25/+51
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-261-1/+1
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-081-1/+1
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
* mark TestGlobalVariables.py as XFAIL on OS X dwarf.Todd Fiala2015-12-181-4/+2
* Inspect DW_AT_const_value global static const variablesEwan Crawford2015-12-171-0/+1
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-2/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-0/+77
OpenPOWER on IntegriCloud