Skip to content

Commit 0764671

Browse files
authored
Changes for test failures on PowerPC64LE when running as non-root user
This test case was earlier marked as XFAIL since it was failing when run as root users( swiftlang#21541 ). However, this test case now passes successfully when run as non-root(normal) user. Submitting this changeset/pull request since the test suite proceeds ahead to other test suites like those for TestFoundation, etc as non-root(normal) user successfully. Please review and approve.
1 parent 038a3a6 commit 0764671

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Interpreter/generic_casts.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: %target-codesign %t/a.out.optimized
44
// RUN: %target-run %t/a.out.optimized | %FileCheck %s
55
// REQUIRES: executable_test
6-
// XFAIL: CPU=powerpc64le
76

87
// FIXME: rdar://problem/19648117 Needs splitting objc parts out
98

0 commit comments

Comments
 (0)