Files
swift-mirror/test/SourceKit/CodeComplete/complete_crash1.swift
Brian Croom 98e3ca8bc4 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.
2016-06-14 08:55:48 -04:00

10 lines
189 B
Swift

// XFAIL: broken_std_regex
// RUN: %complete-test -tok=TOK1 -hide-none %s -- %s
import QuartzCore
class Cl{
var L : CALayer = {
let layer = CALayer()
layer.transform = #^TOK1^#