Skip to content

Commit 03db506

Browse files
committed
---
yaml --- r: 345183 b: refs/heads/master c: 3bab319 h: refs/heads/master i: 345181: f289cd0 345179: ea95449 345175: e587381 345167: f1395f6 345151: 660994a
1 parent 4315722 commit 03db506

14 files changed

+3
-27
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 8029b6f158ed80ee6737d1900511b7f6d5859e1b
2+
refs/heads/master: 3bab319cf5d9de4aa14cb72f2e5f50f9b52c3327
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/core/ManagedBuffer.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ public struct ManagedBufferPointer<Header, Element> : Equatable {
244244
addressWithNativeOwner {
245245
return (UnsafePointer(_headerPointer), _nativeBuffer)
246246
}
247-
mutableAddressWithNativeOwner {
248-
return (_headerPointer, _nativeBuffer)
247+
_modify {
248+
yield &_headerPointer.pointee
249249
}
250250
}
251251

trunk/test/Index/Store/driver-multiple-inputs.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// Make sure the indexing invocation through the driver works.
42

53
// RUN: %empty-directory(%t)

trunk/test/Index/Store/record-comments.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// RUN: %target-swift-frontend -index-store-path %t/idx -o %t.o -typecheck %s
33
// RUN: c-index-test core -print-record %t/idx | %FileCheck %s
44

5-
// XFAIL: linux
6-
75
// CHECK: record-comments.swift
86
// CHECK: ------------
97
// CHECK: comment-tag/Swift | <no-name> | t:this_is_a_tag | <no-cgname> | Def -

trunk/test/Index/Store/record-dependency.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@
1717
// TWO_RECORDS: Record | user | {{.*}}s2.swift | s2.swift-
1818
// TWO_RECORDS: DEPEND END
1919

20-
// XFAIL: linux
21-
2220
func foo() {}

trunk/test/Index/Store/record-empty.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
// RUN: %target-swift-frontend -index-store-path %t/idx -o %t/file.o -typecheck %s
44
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s
55
// CHECK-NOT: Record{{.*}}record-empty
6-
7-
// XFAIL: linux

trunk/test/Index/Store/record-sourcefile.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// RUN: c-index-test core -print-record %t/idx1 | %FileCheck %s
55
// RUN: c-index-test core -print-record %t/idx2 | %FileCheck %s
66

7-
// XFAIL: linux
8-
97
// CHECK: record-sourcefile.swift
108
// CHECK: ------------
119
// CHECK: struct/Swift | S1 | s:4file2S1V | <no-cgname> | Def,Ref,RelCont -

trunk/test/Index/Store/record-with-compile-error.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// RUN: %empty-directory(%t)
42
// RUN: %target-swift-frontend -index-store-path %t/idx -o %t/file.o -typecheck %s -verify
53
// RUN: c-index-test core -print-record %t/idx | %FileCheck %s

trunk/test/Index/Store/unit-from-compile.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// RUN: %empty-directory(%t)
42
// RUN: %target-swift-frontend -c -index-store-path %t/idx %s -o %t/file1.o -module-name some_module_test
53
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s

trunk/test/Index/Store/unit-multiple-sourcefiles.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
//===--- Building source files separately with a module merge at the end
42

53
// RUN: %empty-directory(%t)

trunk/test/Index/Store/unit-one-file-multi-file-invocation.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// RUN: rm -rf %t
42
// RUN: %target-build-swift -index-file -index-file-path %s %s %S/Inputs/SwiftModuleA.swift -module-name unit_one_test -o %t.output_for_index -index-store-path %t/idx
53
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s -check-prefix=UNIT

trunk/test/Index/Store/unit-one-sourcefile.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// RUN: rm -rf %t
42
// RUN: %target-swift-frontend -index-store-path %t/idx %s -o %t/file1.o -typecheck
53
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s -check-prefix=FILE1

trunk/test/Index/Store/unit-swiftmodule-dependency.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s
1010

11-
// XFAIL: linux
12-
1311
import SwiftModuleA
1412
import SwiftModuleB
1513

trunk/test/Index/Store/unit-with-bridging-header.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: linux
2-
31
// RUN: %empty-directory(%t)
42
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -emit-pch -index-store-path %t/idx -o %t/bridge-head.pch %S/Inputs/bridge-head.h
53
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -import-objc-header %t/bridge-head.pch -primary-file %s -o %t/s1.o -index-store-path %t/idx

0 commit comments

Comments
 (0)