1 if {[istarget i?86-*-vxworks*]
2 || [istarget mips*-*-vxworks*]
3 || [istarget sh*-*-vxworks*]
4 || [istarget sparc*-*-vxworks*]} {
5 # The kernel strcmp doesn't perform unsigned comparisons.
6 set torture_eval_before_execute {
7 global compiler_conditional_xfail_data
8 set compiler_conditional_xfail_data {
9 "The kernel strcmp doesn't perform unsigned comparisons."