Annotate some SourceKit tests that fail on Linux.

* A bunch of them require objc_interop because they import code containing
  Objective-C.
* Many others fail on Ubuntu 14.04 because the C++ there doesn't have a
  functional std::regex implementation which is required by the
  `complete-test` tool.

It may be possible to adjust some of these tests in the future to not
need these extra requirements, but this is a straightforward way to
clean up Linux test results for now.
This commit is contained in:
Brian Croom
2016-06-02 13:50:13 -04:00
parent f8a23da648
commit 98e3ca8bc4
32 changed files with 41 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import Foo
// REQUIRES: objc_interop
// RUN: %sourcekitd-test -req=complete -pos=2:1 %s -- %mcp_opt -F %S/../Inputs/libIDE-mock-sdk %s | FileCheck %s
// CHECK-LABEL: key.name: "fooIntVar",