• Home
  • History
  • Annotate
  • only in /external/lldb/test/functionalities/load_unload/
History log of /external/lldb/test/functionalities/load_unload/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9c19b015ac6161a35fc56bb2d0fa84d1837063f8 30-Jul-2013 Ed Maste <emaste@freebsd.org> tests: Mark expected FreeBSD failures due to pr14424

These tests fail on FreeBSD due to missing build support, the same reason
they fail on Linux.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187416 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
6bc4dcdfbcdfa455299d2123011b82a77351ee72 15-May-2013 Daniel Malea <daniel.malea@intel.com> Clean up linux test decorators and add links to known bugs
- s/skipOnLinux/skipIfLinux/ to match style of every other decorator
- linkify bugizilla/PR numbers in comments

No intended change in functionality.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@181913 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
36451fab1f3785dbc9103559b9c440f15cc5d03e 28-Feb-2013 Greg Clayton <gclayton@apple.com> Replace all "-gdwarf-2" with "-g" to use the compiler defaults.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@176283 91177308-0d34-0410-b5e6-96231b3b80d8
akefile
edc4ddbef15572e68a500bfb11ecfeaf60b90894 26-Feb-2013 Jim Ingham <jingham@apple.com> Mark a few more tests as "basic_process".


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@176132 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
e5aa0d42b55ff6510888c737ef731f3fc1b54bb2 26-Nov-2012 Daniel Malea <daniel.malea@intel.com> Fix for TestSharedLib.py (on Linux)
- use lldb 'settings' command to help testcase find shared library
- pull up dyldPath variable from TestLoadUnload.py to fixture base class (applicable in multiple cases)



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@168612 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
40c9d75f2f6402227fed4e0a25daf18b683cb5e7 23-Nov-2012 Daniel Malea <daniel.malea@intel.com> Update test status on Linux
- add decorators @expectedFailLinux and @skipOnLinux
- skip/mark xfail cases due to open bugzillas # 14323, 14416, 14423, 14424, 14425, 14426

Patch by Ashok Thirumurthi!



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@168529 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
431d839a33e9a274e705f7a268a1c9de2ffc2da2 22-Sep-2012 Jim Ingham <jingham@apple.com> Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
on the output of "break set". Please don't do this sort of thing!!!!!


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@164433 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
c1e15f869cb73559ae925c198efbd60db0b05c75 25-Jul-2012 Filipe Cabecinhas <me@filcab.net> Make git not delete some empty dirs. Otherwise a git checkout would be different from an svn checkout.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@160717 91177308-0d34-0410-b5e6-96231b3b80d8
idden/.keep
7461e23e97036324cca37b1adace76e247dbfb80 16-May-2012 Johnny Chen <johnny.chen@apple.com> Fix Makefile to pass the correct -arch flag to the toolchains.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@156882 91177308-0d34-0410-b5e6-96231b3b80d8
akefile
2a45d0e1d8ff6ac9c9e30b682c8dd8ed6d11a3c7 25-Apr-2012 Johnny Chen <johnny.chen@apple.com> Make the test case more robust in terms of remote testsuite execution.

rdar://problem/11312971


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@155505 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
e787c7ea61b1d857b56a0c42a1cf7535115ecbfc 20-Apr-2012 Jim Ingham <jingham@apple.com> Make sure the "synchronous breakpoint callbacks" get called before the thread plan logic gets invoked, and if they
ask to continue that should short-circuit the thread plans for that thread. Also add a bit more explanation for
how this machinery is supposed to work.
Also pass eExecutionPolicyOnlyWhenNeeded, not eExecutionPolicyAlways when evaluating the expression for breakpoint
conditions.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@155236 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
67130e42592e68c3055e7ab5b7a368d89a06f05e 19-Apr-2012 Johnny Chen <johnny.chen@apple.com> Add expected failure decorators for test cases which are failing for i386 architecture.
Plus fix some test cases to skip/succeed for i386.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@155087 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
111e18b9cf43779c865dde7e43d90880f3af7f13 13-Jan-2012 Johnny Chen <johnny.chen@apple.com> Modify a couple of Makefiles to use clang instead of gcc, since gcc is being deprecated.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@148071 91177308-0d34-0410-b5e6-96231b3b80d8
akefile
fa21ffd0c50efce27bfa084c6fb33dff255288b0 01-Dec-2011 Johnny Chen <johnny.chen@apple.com> rdar://problem/10501020

ClangASTSource::~ClangASTSource() was calling

ClangASTContext *scratch_clang_ast_context = m_target->GetScratchClangASTContext();

which had the side effect of deleting this very ClangASTSource instance. Not good.
Change it to

// We are in the process of destruction, don't create clang ast context on demand
// by passing false to Target::GetScratchClangASTContext(create_on_demand).
ClangASTContext *scratch_clang_ast_context = m_target->GetScratchClangASTContext(false);

The Target::GetScratchClangASTContext(bool create_on_demand=true) has a new signature.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@145537 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
dd549796720f67a739815bbf507ac933dd5ca12f 30-Nov-2011 Johnny Chen <johnny.chen@apple.com> rdar://problem/9211445

Fix wrong test logic in test_modules_search_paths(). Add additional exercising of 'target modules search-paths list/query".
There is a reproducible crash if 'target modules search-paths clear' is exercised during test teardown.
So we currently comment out the stmt as follows:

# Add teardown hook to clear image-search-paths after the test.
# rdar://problem/10501020
# Uncomment the following to reproduce 10501020.
#self.addTearDownHook(lambda: self.runCmd("target modules search-paths clear"))


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@145466 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
abb3302051246273eb92cca203c9a1b9d9736e05 08-Nov-2011 Greg Clayton <gclayton@apple.com> Moved many of the "settings" that used to be in "target.process.*" to just
be in the target. All of the environment, args, stdin/out/err files, etc have
all been moved. Also re-enabled the ability to launch a process in a separate
terminal on MacOSX.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144061 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
a013b20d2cf2c2c5ab589efcfd6f0eecce4db3cf 03-Aug-2011 Johnny Chen <johnny.chen@apple.com> Conditionize the 'print "Set environment ..."' stmt.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136806 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
af60381708b9a35f3fe21d7fc4d145df3f50a215 03-Aug-2011 Jim Ingham <jingham@apple.com> Add a directory to make the second copy of libd.dylib in, so we don't have
to make & delete directories in the test case. Make a real copy of libd.dylib
in that directory so the two libraries are actually different. Use (and remove)
the DYLD_LIBRARY_PATH to point to the new library.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136801 91177308-0d34-0410-b5e6-96231b3b80d8
akefile
estLoadUnload.py
1684446acb5d2a66c8546c8b833522ca2b12c5fd 03-Aug-2011 Johnny Chen <johnny.chen@apple.com> Unquote the env_cmd_string variable.
Skip the test case test_dyld_library_path(self) because it causes the debugserver to crash.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136796 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
77ee3932a553e4b7deec3208aa5db106d3f6b18d 03-Aug-2011 Jim Ingham <jingham@apple.com> Don't set DYLD_LIBRARY_PATH in the Python environment (which will get passed down to
debugserver) but set it in the debugger settings (which will just get passed down to
the target).


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136793 91177308-0d34-0410-b5e6-96231b3b80d8
estLoadUnload.py
607914d2274f35335911d14ad4dcbce98f7e0511 27-Jun-2011 Johnny Chen <johnny.chen@apple.com> Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@133918 91177308-0d34-0410-b5e6-96231b3b80d8
akefile
estLoadUnload.py
.c
.c
.c
mds.txt
.c
ain.c