Check the host platform to determine logging channel to test in TestRegisters.py
authorRobert Flack <flackr@gmail.com>
Wed, 13 May 2015 18:23:10 +0000 (18:23 +0000)
committerRobert Flack <flackr@gmail.com>
Wed, 13 May 2015 18:23:10 +0000 (18:23 +0000)
commit79e4a4b213f99d7f7f14ee02818a3b77830449c3
treede0f4ff58442d3d496e765592cfc99d34b903bab
parent5cbd3bfca136f9eb1d6614eca7728af6cfb591a4
Check the host platform to determine logging channel to test in TestRegisters.py

Checks the host platform to determine logging channel to test in
TestRegisters.py as the logging runs host side.

Test Plan:
./dotest.py $DOTEST_OPTS -v -t -p TestRegisters.py
This passes mac -> linux as it's logging the correct channel.

Differential Revision: http://reviews.llvm.org/D9755

llvm-svn: 237271
lldb/test/functionalities/register/TestRegisters.py