mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 549098: Work around expected asserts by disabling tests in debug builds. r=dbaron
This commit is contained in:
parent
7ee60fba5d
commit
88609dd848
@ -152,7 +152,10 @@ tests[] =
|
||||
{ "test_valid", test_valid },
|
||||
{ "test_invalid16", test_invalid16 },
|
||||
{ "test_invalid8", test_invalid8 },
|
||||
#ifndef DEBUG
|
||||
// Don't run this test in debug builds as that intentionally asserts
|
||||
{ "test_malformed8", test_malformed8 },
|
||||
#endif
|
||||
{ nsnull, nsnull }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user