tests: update the list of bad test

This commit is contained in:
Gregory Hainaut 2016-01-27 20:38:57 +01:00
parent 5d1e5df205
commit 1d4e2cedf8
1 changed files with 8 additions and 5 deletions

View File

@ -141,24 +141,27 @@ unless (-d $o_cfg) {
my %blacklist;
if ($o_regression or $o_bad) {
# Blacklist bad test
# FULL FPU rounding to avoid EE FPU test issu
#$o_pcsx2_opt{"fpuExtraOverflow"} = "enabled";
#$o_pcsx2_opt{"fpuFullMode"} = "enabled";
$blacklist{"branchdelay"} = 1;
$blacklist{"arithmetic"} = 1;
$blacklist{"branchdelay"} = 1;
$blacklist{"compare"} = 1;
$blacklist{"fcr"} = 1;
$blacklist{"muldiv"} = 1;
$blacklist{"sqrt"} = 1;
$blacklist{"chain"} = 1;
$blacklist{"interleave"} = 1;
$blacklist{"normal"} = 1;
$blacklist{"mode"} = 1;
$blacklist{"stcycl"} = 1;
$blacklist{"triace"} = 1;
# IRX
$blacklist{"lsu"} = 1;
$blacklist{"lsudelay"} = 1;
$blacklist{"register"} = 1;
$blacklist{"release"} = 1;
$blacklist{"receive"} = 1;
$blacklist{"stat"} = 1;
$blacklist{"send"} = 1;
}
#####################################################