Speed these tests up quite significantly by using the SB API instead of running the...
authorEnrico Granata <egranata@apple.com>
Wed, 21 Jan 2015 22:51:59 +0000 (22:51 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 21 Jan 2015 22:51:59 +0000 (22:51 +0000)
commite24b8a03b967ffd3f605520ded9663a8e953c231
treeb78f8fd9fe9fa34353aee35104e3a287cb8c1b21
parent9e13af7ac377f682d55b3bb3edd3471d247cbd36
Speed these tests up quite significantly by using the SB API instead of running the "continue" command at each step
The reason why one mechanism is so much faster than the other (as in, ~10 seconds vs. ~1 minute) is quite baffling to me at the moment, but these are not process handling tests, so do what's faster

llvm-svn: 226730
lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/Makefile
lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/main.cpp
lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/Makefile
lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py
lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/main.cpp