From e631b4cb9360ca17175394b2d5b764a13f3c62fd Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sat, 26 Dec 2015 22:50:05 -0800 Subject: [PATCH] tl-tester: Add test case for locale issue --- tl-tester | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tl-tester b/tl-tester index 0e7977cd..ae1691db 100755 --- a/tl-tester +++ b/tl-tester @@ -43,6 +43,10 @@ fi DCPU=hsw EVENTMAP=${cpus[$DCPU]} FORCECPU=$DCPU $WRAP ./toplev.py $LOAD + +# test with a locale that outputs FP numbers with , (github issue #43) +LC_ALL=pl_PL.utf8 EVENTMAP=${cpus[$DCPU]} FORCECPU=$DCPU $WRAP ./toplev.py $LOAD + DIRECT_MSR=1 EVENTMAP=${cpus[$DCPU]} FORCECPU=$DCPU $WRAP ./toplev.py $LOAD EVENTMAP=${cpus[$DCPU]} FORCECPU=$DCPU $WRAP ./toplev.py --no-desc -d -l4 $LOAD EVENTMAP=${cpus[$DCPU]} FORCECPU=$DCPU $WRAP ./toplev.py --no-desc -d -l4 --single-thread $LOAD