summaryrefslogtreecommitdiffstats
path: root/lldb/test/macosx
Commit message (Collapse)AuthorAgeFilesLines
...
* Marked test_process_launch_for_universal() test case as requiring 'darwin' ↵Johnny Chen2010-09-031-0/+5
| | | | | | | | and 'i386' in order to be run. And added a default build phase at the beginning of the method. llvm-svn: 113037
* Changed the test case class names to be noun-like instead of verb-like.Johnny Chen2010-09-011-1/+1
| | | | llvm-svn: 112732
* Added a test case test_breakpoint_creation_by_filespec_python() which creates aJohnny Chen2010-08-271-2/+2
| | | | | | | | breakpoint by FileSpec and line number and exercises some FileSpec APIs. Also, RUN_STOPPED is a bad assert name, RUN_SUCCEEDED is better. llvm-svn: 112327
* Changed from dbg.GetCurrentTarget() to dbg.GetSelectedTarget().Johnny Chen2010-08-261-2/+2
| | | | llvm-svn: 112231
* Added logic to TestUniversal.py to exercise the python APIs:Johnny Chen2010-08-251-0/+16
| | | | | | | | | | | | | | o SBDebugger.GetCurrentTarget() o SBTarget.GetProcess() o SBProcess.GetAddressByteSize() in order to make sure that, indeed, 64-bit, followed by 32-bit processes have been launched. Added invoke() method to TestBase to factor in the tracing logic in one place. This method allows an object to call a method with no arg reflectively. llvm-svn: 112102
* Removed the @unitest2.expectedFailure decorator. The i386 process launch worksJohnny Chen2010-08-241-4/+1
| | | | | | | correctly after all. It was my own configuration error (I was building x86_64 only). llvm-svn: 111992
* Added a test for launching a universal binary. Launch of i386 architectureJohnny Chen2010-08-241-0/+52
| | | | | | | | currently fails: rdar://problem/8349784. Forgot to check in lldbtest.py in the previous commit r111958. llvm-svn: 111975
* Test files (but no test cases yet) for handling Universal files.Jim Ingham2010-08-122-0/+24
llvm-svn: 110893
OpenPOWER on IntegriCloud