aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-04-27 21:54:40 -0700
committerDan Albert <danalbert@google.com>2017-04-29 14:18:31 -0700
commit4556ae3bd360724110cd7a9cf23685e21782d09a (patch)
tree023f31073ac4af81ccb99d8b57bdd5e3a7344ed8
parentc212f254831f877a1664e93d50b6b248c8713e0f (diff)
downloadndk-4556ae3bd360724110cd7a9cf23685e21782d09a.tar.gz
Remove obsolete xfail files.
The new clang update fixes these. Test: ./validate.py Bug: None Change-Id: I4896780141499b70e9f24569a3d5d654bd698871
-rw-r--r--tests/libc++/test/std/numerics/complex.number/complex.member.ops/test_config.py5
-rw-r--r--tests/libc++/test/std/numerics/complex.number/complex.ops/test_config.py9
-rw-r--r--tests/libc++/test/std/numerics/complex.number/complex.transcendentals/test_config.py5
-rw-r--r--tests/libc++/test/std/numerics/complex.number/test_config.py5
4 files changed, 0 insertions, 24 deletions
diff --git a/tests/libc++/test/std/numerics/complex.number/complex.member.ops/test_config.py b/tests/libc++/test/std/numerics/complex.number/complex.member.ops/test_config.py
deleted file mode 100644
index f7aea94bd..000000000
--- a/tests/libc++/test/std/numerics/complex.number/complex.member.ops/test_config.py
+++ /dev/null
@@ -1,5 +0,0 @@
-def build_broken(abi, api, toolchain, name):
- broken_abis = ('arm64-v8a', 'x86_64')
- if abi in broken_abis and name == 'divide_equal_complex.pass':
- return abi, 'https://github.com/android-ndk/ndk/issues/294'
- return None, None
diff --git a/tests/libc++/test/std/numerics/complex.number/complex.ops/test_config.py b/tests/libc++/test/std/numerics/complex.number/complex.ops/test_config.py
deleted file mode 100644
index ee189fc87..000000000
--- a/tests/libc++/test/std/numerics/complex.number/complex.ops/test_config.py
+++ /dev/null
@@ -1,9 +0,0 @@
-def build_broken(abi, api, toolchain, name):
- broken_tests = (
- 'complex_divide_complex.pass',
- 'scalar_divide_complex.pass',
- )
- broken_abis = ('arm64-v8a', 'x86_64')
- if abi in broken_abis and name in broken_tests:
- return abi, 'https://github.com/android-ndk/ndk/issues/294'
- return None, None
diff --git a/tests/libc++/test/std/numerics/complex.number/complex.transcendentals/test_config.py b/tests/libc++/test/std/numerics/complex.number/complex.transcendentals/test_config.py
deleted file mode 100644
index 45aa57ef5..000000000
--- a/tests/libc++/test/std/numerics/complex.number/complex.transcendentals/test_config.py
+++ /dev/null
@@ -1,5 +0,0 @@
-def build_broken(abi, api, toolchain, name):
- broken_abis = ('arm64-v8a', 'x86_64')
- if abi in broken_abis and name in ('atan.pass', 'atanh.pass'):
- return abi, 'https://github.com/android-ndk/ndk/issues/294'
- return None, None
diff --git a/tests/libc++/test/std/numerics/complex.number/test_config.py b/tests/libc++/test/std/numerics/complex.number/test_config.py
deleted file mode 100644
index f7aea94bd..000000000
--- a/tests/libc++/test/std/numerics/complex.number/test_config.py
+++ /dev/null
@@ -1,5 +0,0 @@
-def build_broken(abi, api, toolchain, name):
- broken_abis = ('arm64-v8a', 'x86_64')
- if abi in broken_abis and name == 'divide_equal_complex.pass':
- return abi, 'https://github.com/android-ndk/ndk/issues/294'
- return None, None