llvm-project/lldb/test/expression_command
Zachary Turner 77db4a8552 Update every test to import `lldb_shared`.
This is necessary in order to allow third party modules to be
located under lldb/third_party rather than under the test
folder directly.

Since we're already touching every test file anyway, we also
go ahead and delete the unittest2 import and main block wherever
possible.  The ability to run a test as a standalone file has
already been broken for some time, and if we decide we want this
back, we should use unittest instead of unittest2.

A few places could not have the import of unittest2 removed,because
they depend on the unittest2.expectedFailure or skip decorators.
Removing all those was orthogonal in spirit to the purpose of this
CL, so the import of unittest2 remains in those files that were
using it for its test decorators.  Those can be addressed
separately.

llvm-svn: 251055
2015-10-22 20:06:20 +00:00
..
call-function Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
call-restarts Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
call-throws Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
char Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
expr-in-syscall Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
formatters Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
issue_11588 Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
options Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
persist_objc_pointeetype Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
persistent_ptr_update Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
persistent_types Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
persistent_variables Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
po_verbosity Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
radar_8638051 Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
radar_9531204 Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
radar_9673664 Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
test Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
timeout Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
two-files Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00