Skip to content

Commit

Permalink
tests/winetricks-test: disable dotnet20sp2 in test_dotnet()
Browse files Browse the repository at this point in the history
  • Loading branch information
austin987 committed Oct 12, 2016
1 parent 96b3149 commit 1865aa5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/winetricks-test
Original file line number Diff line number Diff line change
Expand Up @@ -452,17 +452,19 @@ test_dotnet()
{
# verify that each individual installer works:
# skipping dotnet30sp1/dotnet35/dotnet35sp1/dotnet45, known to hang
for x in dotnet11 dotnet11sp1 dotnet20 dotnet20sp1 dotnet20sp2 dotnet30 dotnet40 dotnet46
# FIXME: dotnet20sp2: https://bugs.winehq.org/show_bug.cgi?id=40460
for x in dotnet11 dotnet11sp1 dotnet20 dotnet20sp1 dotnet30 dotnet40 dotnet46
do
echo "testing $x"
test_command --verify $x
done

# combinations that should work:
# FIXME: dotnet20sp2: https://bugs.winehq.org/show_bug.cgi?id=40460
for combo in "dotnet20 dotnet20sp2"
do
# shellcheck disable=SC2086
test_command --verify $combo
EXPECT_FAIL=yes test_command --verify $combo
done

# combinations that should break:
Expand Down

0 comments on commit 1865aa5

Please sign in to comment.