forked from OSchip/llvm-project
[test] Add target_info for NetBSD, and XFAIL some of locale tests
Add a target_info definition for NetBSD. The definition is based on the one used by FreeBSD, with libcxxrt replaced by libc++abi, and using llvm-libunwind since we need to use its unwinder implementation to build anyway. Additionally, XFAIL the 30 tests that fail because of non-implemented locale features. According to the manual, NetBSD implements only LC_CTYPE part of locale handling. However, there is a locale database in the system and locale specifications are validated against it, so it makes sense to list the common locales as supported. If I'm counting correctly, this change enables additional 43 passing tests. Differential Revision: https://reviews.llvm.org/D55767 llvm-svn: 349379
This commit is contained in:
parent
916bf993a2
commit
c32d47c6a8
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_COLLATE at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// <locale>
|
||||
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// XFAIL: apple-darwin
|
||||
//
|
||||
// NetBSD does not support LC_MONETARY at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
//
|
||||
// This test is passing in an uncontrolled manner in some Apple environment.
|
||||
// UNSUPPORTED: apple-darwin
|
||||
//
|
||||
// NetBSD does not support LC_MONETARY at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// Failure related to GLIBC's use of U00A0 as mon_thousands_sep
|
||||
// and U002E as mon_decimal_point.
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_MONETARY at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.zh_CN.UTF-8
|
||||
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// XFAIL: apple-darwin
|
||||
//
|
||||
// NetBSD does not support LC_MONETARY at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
//
|
||||
// This test is passing in an uncontrolled manner in some Apple environment.
|
||||
// UNSUPPORTED: apple-darwin
|
||||
//
|
||||
// NetBSD does not support LC_MONETARY at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// Failure related to GLIBC's use of U00A0 as mon_thousands_sep
|
||||
// and U002E as mon_decimal_point.
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_MONETARY at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.zh_CN.UTF-8
|
||||
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// XFAIL: apple-darwin
|
||||
//
|
||||
// NetBSD does not support LC_MONETARY at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// XFAIL: apple-darwin
|
||||
//
|
||||
// NetBSD does not support LC_MONETARY at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// XFAIL: apple-darwin
|
||||
//
|
||||
// NetBSD does not support LC_MONETARY at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// XFAIL: apple-darwin
|
||||
//
|
||||
// NetBSD does not support LC_MONETARY at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_MONETARY at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_TIME at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_TIME at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_TIME at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_TIME at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_TIME at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_NUMERIC at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_NUMERIC at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.en_US.UTF-8
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support most of LC_* at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.ru_RU.UTF-8
|
||||
// REQUIRES: locale.zh_CN.UTF-8
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_COLLATE at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.cs_CZ.ISO8859-2
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_COLLATE at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.cs_CZ.ISO8859-2
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_COLLATE at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.cs_CZ.ISO8859-2
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_COLLATE at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.cs_CZ.ISO8859-2
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_COLLATE at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.cs_CZ.ISO8859-2
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_COLLATE at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.cs_CZ.ISO8859-2
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_COLLATE at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.cs_CZ.ISO8859-2
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_COLLATE at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.cs_CZ.ISO8859-2
|
||||
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_COLLATE at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.cs_CZ.ISO8859-2
|
||||
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// NetBSD does not support LC_COLLATE at the moment
|
||||
// XFAIL: netbsd
|
||||
|
||||
// REQUIRES: locale.cs_CZ.ISO8859-2
|
||||
|
||||
|
|
|
@ -182,6 +182,18 @@ class FreeBSDLocalTI(DefaultTargetInfo):
|
|||
flags += ['-lc', '-lm', '-lpthread', '-lgcc_s', '-lcxxrt']
|
||||
|
||||
|
||||
class NetBSDLocalTI(DefaultTargetInfo):
|
||||
def __init__(self, full_config):
|
||||
super(NetBSDLocalTI, self).__init__(full_config)
|
||||
|
||||
def add_locale_features(self, features):
|
||||
add_common_locales(features, self.full_config.lit_config)
|
||||
|
||||
def add_cxx_link_flags(self, flags):
|
||||
flags += ['-lc', '-lm', '-lpthread', '-lgcc_s', '-lc++abi',
|
||||
'-lunwind']
|
||||
|
||||
|
||||
class LinuxLocalTI(DefaultTargetInfo):
|
||||
def __init__(self, full_config):
|
||||
super(LinuxLocalTI, self).__init__(full_config)
|
||||
|
@ -280,6 +292,7 @@ def make_target_info(full_config):
|
|||
target_system = platform.system()
|
||||
if target_system == 'Darwin': return DarwinLocalTI(full_config)
|
||||
if target_system == 'FreeBSD': return FreeBSDLocalTI(full_config)
|
||||
if target_system == 'NetBSD': return NetBSDLocalTI(full_config)
|
||||
if target_system == 'Linux': return LinuxLocalTI(full_config)
|
||||
if target_system == 'Windows': return WindowsLocalTI(full_config)
|
||||
return DefaultTargetInfo(full_config)
|
||||
|
|
Loading…
Reference in New Issue