| commit | 1251456028ec942fbd9801e15f2509a3cba51253 | [log] [tgz] |
|---|---|---|
| author | Greg Clayton <gclayton@apple.com> | Thu Dec 05 22:22:32 2013 +0000 |
| committer | Greg Clayton <gclayton@apple.com> | Thu Dec 05 22:22:32 2013 +0000 |
| tree | 9f7df01faf5a8b829216f9b8a951e42af4caf487 | |
| parent | 4c9f19d682449305c4dbbe64d51a78c1cc53d6c4 [diff] |
Added two new test case decorator functions: @skipIfRemote and @skipIfRemoteDueToDeadlock. @skipIfRemote is used to decorate test cases that don't make sense to run remotely. @skipIfRemoteDueToDeadlock indicates these tests need to be looked at and currently deadlock the running of the test suite when run on remote systems. These issues should be fixed soon. llvm-svn: 196543