Fix expectation for TestPlatformCommand.test_shell
- Create expectation based on target platform
- Add custom expectation for remote android target
Differential D8031
Fix expectation for TestPlatformCommand.test_shell tberghammer on Mar 3 2015, 5:05 AM. Authored by
Details Fix expectation for TestPlatformCommand.test_shell
Diff Detail Event Timeline
Comment Actions It can be based on compiler triple or platform_name but it should abstract local/remote targets. |
I think that you should refactored into a function, maybe based off of compiler's target triple?
vharron-macbookpro:test vharron$ clang -target x86_64--linux-gnu --version
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64--linux-gnu
Thread model: posix
vharron@tifa:~/ll/svn/lldb/test$ gcc -m32 -print-multiarch
i386-linux-gnu