Fixing the -f option so that one specify multiple filters, e.g.
authorEnrico Granata <egranata@apple.com>
Fri, 14 Dec 2012 00:07:09 +0000 (00:07 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 14 Dec 2012 00:07:09 +0000 (00:07 +0000)
commit73f601fbd91e1a3b5d63ab2a1b85c3f8fb6de8d9
tree185df96a4942be6baf7ff054a4ea9954496fc177
parentb4ea4b3751c6d48c576816130135118e7ba45769
Fixing the -f option so that one specify multiple filters, e.g.

./dotest.py  -C clang --arch x86_64 --arch i386  -v -t -f ObjCDataFormatterTestCase.test_appkit_with_dsym_and_run_command -f ObjCDataFormatterTestCase.test_appkit_with_dwarf_and_run_command -f TestObjCBuiltinTypes.test_with_dsym_and_python_api -f TestObjCBuiltinTypes.test_with_dwarf_and_python_api -f ObjCDataFormatterTestCase.test_appkit_with_dsym_and_run_command -f ObjCDataFormatterTestCase.test_appkit_with_dwarf_and_run_command -f TestObjCBuiltinTypes.test_with_dsym_and_python_api -f -TestObjCBuiltinTypes.test_with_dwarf_and_python_api

The previous implementation would only remember the last filter passed, and consequently break redo.py

llvm-svn: 170163
lldb/test/dotest.py