Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
redo.py
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
c432c8f
Move lldb/test to lldb/packages/Python/lldbsuite/test.
by Zachary Turner
· 10 years ago
[Renamed from lldb/test/redo.py]
35d017f
Add from __future__ import print_function everywhere.
by Zachary Turner
· 10 years ago
ff890da
Convert print statements to print function calls.
by Zachary Turner
· 10 years ago
58ef391
Fix a variety of typos.
by Bruce Mitchener
· 10 years ago
5676839
The new ReadStringFromMemory() API does not work correctly with NSStrings that have an explicit length and no NULL terminator
by Enrico Granata
· 12 years ago
85c2a72
Fixed the redo.py script to emit correct arch and compiler options after dotest.py was switched over to use argparse.
by Greg Clayton
· 13 years ago
039330c
Take '--help' as well as '-h' as hint to emit the usage output.
by Johnny Chen
· 13 years ago
b8684b3
Make the script more friendly when running under python debugger.
by Johnny Chen
· 13 years ago
a620e37
The redo.py script can take no argument where it uses heuristics to find the latest session directory.
by Johnny Chen
· 13 years ago
a21bd40
Option processing fix: should match '-F' exactly, instead.
by Johnny Chen
· 13 years ago
3a9b6e7
Make redo.py more error-proof
by Filipe Cabecinhas
· 13 years ago
ddb1490
Add an -F option to the redo.py script to selectively re-run only those failed sessions whose filenames contain the component(s)
by Johnny Chen
· 13 years ago
d007790
Modify redo.py script so that if sessin_dir is left unspecified, it uses the heuristic
by Johnny Chen
· 14 years ago
442b57c
Add processing of '-help' option.
by Johnny Chen
· 14 years ago
b7e62d0
Comment change.
by Johnny Chen
· 14 years ago
4d9d968
Add comment on known restrictions of the current implementation.
by Johnny Chen
· 14 years ago
9fd6bbb
The redo script did not take into account the compiler and architecture configuration of the failed tests.
by Johnny Chen
· 14 years ago
4a57d12
Add a redo.py script which takes a session directory name as arg and digs into the directory
by Johnny Chen
· 14 years ago