Skip to content

Commit

Permalink
tl-tester: Add test case for locale issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Dec 27, 2015
1 parent 4989ffa commit e631b4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e631b4c

Please sign in to comment.