Skip to content

Commit 0d8ed89

Browse files
committed
---
yaml --- r: 348151 b: refs/heads/master c: 2a55e2d h: refs/heads/master i: 348149: f9411ca 348147: f03eab2 348143: 289253a
1 parent c882c50 commit 0d8ed89

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
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: c42b732e26f43e205f8d6ee824eeb86790635fcd
2+
refs/heads/master: 2a55e2dab3c4d12f20e54420b67d069420cec460
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/validation-test/stdlib/ModelIO.swift

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ if #available(OSX 10.13, iOS 11.0, tvOS 11.0, *) {
3838
}
3939
}
4040

41-
ModelIOTests.test("MDLAnimatedVector2/accessors") {
41+
ModelIOTests.test("MDLAnimatedVector2/accessors")
42+
.skip(.always("rdar://problem/50449570")).code {
4243
let animatedVal = MDLAnimatedVector2()
4344
let testCount = 10
4445
let testTimeVal = 5.0
@@ -67,7 +68,8 @@ if #available(OSX 10.13, iOS 11.0, tvOS 11.0, *) {
6768
}
6869
}
6970

70-
ModelIOTests.test("MDLAnimatedVector3/accessors") {
71+
ModelIOTests.test("MDLAnimatedVector3/accessors")
72+
.skip(.always("rdar://problem/50449570")).code {
7173
let animatedVal = MDLAnimatedVector3()
7274
let testCount = 10
7375
let testTimeVal = 5.0
@@ -98,7 +100,8 @@ if #available(OSX 10.13, iOS 11.0, tvOS 11.0, *) {
98100
}
99101
}
100102

101-
ModelIOTests.test("MDLAnimatedVector4/accessors") {
103+
ModelIOTests.test("MDLAnimatedVector4/accessors")
104+
.skip(.always("rdar://problem/50449570")).code {
102105
let animatedVal = MDLAnimatedVector4()
103106
let testCount = 10
104107
let testTimeVal = 5.0
@@ -131,7 +134,8 @@ if #available(OSX 10.13, iOS 11.0, tvOS 11.0, *) {
131134
}
132135
}
133136

134-
ModelIOTests.test("MDLAnimatedMatrix4x4/accessors") {
137+
ModelIOTests.test("MDLAnimatedMatrix4x4/accessors")
138+
.skip(.always("rdar://problem/50449570")).code {
135139
let animatedVal = MDLAnimatedMatrix4x4()
136140
let testCount = 10
137141
let testTimeVal = 5.0
@@ -166,7 +170,8 @@ if #available(OSX 10.13, iOS 11.0, tvOS 11.0, *) {
166170
}
167171
}
168172

169-
ModelIOTests.test("MDLMatrix4x4Array/accessors") {
173+
ModelIOTests.test("MDLMatrix4x4Array/accessors")
174+
.skip(.always("rdar://problem/50449570")).code {
170175
let testCount = 10
171176
let matrixArray = MDLMatrix4x4Array(elementCount: testCount)
172177
let testFloatVal = float4x4()
@@ -196,7 +201,8 @@ if #available(OSX 10.13, iOS 11.0, tvOS 11.0, *) {
196201
}
197202
}
198203

199-
ModelIOTests.test("MDLAnimatedScalarArray/accessors") {
204+
ModelIOTests.test("MDLAnimatedScalarArray/accessors")
205+
.skip(.always("rdar://problem/50449570")).code {
200206
let elementCount = 10
201207
let animatedVal = MDLAnimatedScalarArray(elementCount: elementCount)
202208
let subCount = 2
@@ -240,7 +246,8 @@ if #available(OSX 10.13, iOS 11.0, tvOS 11.0, *) {
240246
}
241247
}
242248

243-
ModelIOTests.test("MDLAnimatedQuaternionArray/accessors") {
249+
ModelIOTests.test("MDLAnimatedQuaternionArray/accessors")
250+
.skip(.always("rdar://problem/50449570")).code {
244251
let elementCount = 10
245252
let testCount = 10
246253
let totalCount = elementCount * testCount
@@ -283,7 +290,8 @@ if #available(OSX 10.13, iOS 11.0, tvOS 11.0, *) {
283290
}
284291
}
285292

286-
ModelIOTests.test("MDLAnimatedVector3Array/accessors") {
293+
ModelIOTests.test("MDLAnimatedVector3Array/accessors")
294+
.skip(.always("rdar://problem/50449570")).code {
287295
let elementCount = 10
288296
let animatedVal = MDLAnimatedVector3Array(elementCount: elementCount)
289297
let testCount = 10

0 commit comments

Comments
 (0)