Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
f2dcf3588ce45980900eb4b5a036aea83f5b8486
/
test
/
macosx
431d839
Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
by Jim Ingham
· 12 years ago
b170aee
<rdar://problem/11358639>
by Greg Clayton
· 13 years ago
1ced142
Remove the expectedFailure decorator as the bug has been fixed.
by Johnny Chen
· 13 years ago
21b1984
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
by Johnny Chen
· 13 years ago
0cef6ba
Add a Test case to make sure that __apple_types section does get produced by dsymutil.
by Johnny Chen
· 13 years ago
4eb1453
Add some more debug prints and retrieve the debug subsections from the DWARF section.
by Johnny Chen
· 13 years ago
a96b789
Add testcase that verifies that __apple_types is a valid section in a .o file generated by clang.
by Johnny Chen
· 13 years ago
111e18b
Modify a couple of Makefiles to use clang instead of gcc, since gcc is being deprecated.
by Johnny Chen
· 13 years ago
68687f5
Patches for running some of the Linux tests from Dawn, thanks!
by Johnny Chen
· 13 years ago
be85f0b
Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTargetTriple() API.
by Johnny Chen
· 13 years ago
4386675
Modify the skipUnless() logic to work for OSX Lion.
by Johnny Chen
· 13 years ago
17a1399
Move top level test dirs platform and inferior-crashing to reside under functionalities and order to reside under macosx.
by Johnny Chen
· 13 years ago
805fec7
Now that we have added a post-processing step for adding truth value testing to
by Johnny Chen
· 13 years ago
185e2c1
Add test scenario to verify 'eax' register is available when launching the i386 slice
by Johnny Chen
· 14 years ago
c113489
Add new radar info for failed test.
by Johnny Chen
· 14 years ago
f20b8d9
Make the assertion message about 32-bit process address byte size more clear.
by Johnny Chen
· 14 years ago
c4bd46b
Parametrize make variable CC to also test with clang.
by Johnny Chen
· 14 years ago
c95fe32
Remove @expectedFailure decorator as the bug has been fixed.
by Johnny Chen
· 14 years ago
61eb4f1
Add @expectedFailure decorator for a known bug:
by Johnny Chen
· 14 years ago
4b1c625
Make the specification of relative directory more robust.
by Johnny Chen
· 14 years ago
0910eb3
Make calling the super class's setUp() method less fragile.
by Johnny Chen
· 14 years ago
7b54cf4
Avoid using hardcoded line number to break on. Use the line_number() utility
by Johnny Chen
· 14 years ago
ff4e1d8
Marked test_process_launch_for_universal() test case as requiring 'darwin' and 'i386'
by Johnny Chen
· 14 years ago
1c42e86
Changed the test case class names to be noun-like instead of verb-like.
by Johnny Chen
· 14 years ago
1bb9f9a
Added a test case test_breakpoint_creation_by_filespec_python() which creates a
by Johnny Chen
· 14 years ago
115523d
Changed from dbg.GetCurrentTarget() to dbg.GetSelectedTarget().
by Johnny Chen
· 14 years ago
a8b3cdd
Added logic to TestUniversal.py to exercise the python APIs:
by Johnny Chen
· 14 years ago
8bd8e42
Removed the @unitest2.expectedFailure decorator. The i386 process launch works
by Johnny Chen
· 14 years ago
4917e10
Added a test for launching a universal binary. Launch of i386 architecture
by Johnny Chen
· 14 years ago
27707b3
Test files (but no test cases yet) for handling Universal files.
by Jim Ingham
· 14 years ago