Skip dsym test on !Darwin
authorEd Maste <emaste@freebsd.org>
Mon, 20 Oct 2014 18:12:46 +0000 (18:12 +0000)
committerEd Maste <emaste@freebsd.org>
Mon, 20 Oct 2014 18:12:46 +0000 (18:12 +0000)
commit1b102650cb96de0e7722db281f4cdd60728e32ed
treef5cd18e5fb9aaacc4a79c5828b188ac4e23db2ae
parentcb5742b8287f888b384de23f34706d9a50c04692
Skip dsym test on !Darwin

r219978 fixed this test to work on Darwin, and removed the expected
failure decorator, but it then started running (and failing) on FreeBSD.

I'd think @dsym_test should skip the test on all non-Darwin operating
systems. It seems not to be the case, so for now skip it the same way as
done for other @dsym_test tests.

llvm-svn: 220219
lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py