Skip to content

Commit

Permalink
Disable SIMD tests on linux pending implementation.
Browse files Browse the repository at this point in the history
Swift SVN r28419
  • Loading branch information
stormbrew committed May 11, 2015
1 parent b201282 commit 9c6114b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/1_stdlib/simd.swift.gyb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// RUN: %S/../../utils/line-directive %t.swift -- %target-build-swift %t.swift -o %t.out
// RUN: %S/../../utils/line-directive %t.swift -- %target-run %t.out

// FIXME: No simd module on linux rdar://problem/20795411
// XFAIL: linux

import simd
import StdlibUnittest

Expand Down
3 changes: 3 additions & 0 deletions test/IRGen/c_layout.sil
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import c_layout
import Builtin
import Swift

// FIXME: No simd module on linux rdar://problem/20795411
// XFAIL: linux

// TODO: Provide tests for other architectures

// CHECK-x86_64: %VSC11BitfieldOne = type <{ %VSs6UInt32, %VSC6Nested, [1 x i8], [4 x i8], [4 x i8], %Sf, [1 x i8], [7 x i8], %VSs6UInt64, %VSs6UInt32 }>
Expand Down

0 comments on commit 9c6114b

Please sign in to comment.