1# Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved.
2#
3# Permission to use, copy, modify, and distribute this software
4# is freely granted, provided that this notice is preserved.
5#
6
7global host_triplet target_triplet
8
9load_lib passfail.exp
10
11set exclude_list {
12}
13
14verbose $host_triplet
15verbose $target_triplet
16
17if [string match "i\[3456\]86-pc-linux-gnu" $target_triplet] then {
18  newlib_pass_fail_all -x $exclude_list
19}
20