From cb17dc0f2b9fa58be9a7a4989b26ae807142f643 Mon Sep 17 00:00:00 2001 From: zaikunzhang Date: Mon, 12 Feb 2024 22:11:26 +0800 Subject: [PATCH] 240212.221126.HKT fix a failure of cobyla profiling --- matlab/tests/private/testcu.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/tests/private/testcu.m b/matlab/tests/private/testcu.m index 3e2b340020..3cecea0d99 100644 --- a/matlab/tests/private/testcu.m +++ b/matlab/tests/private/testcu.m @@ -1004,7 +1004,7 @@ 'VESUVIOU', ... }]; % For the following problems, the classical cobyla encounters SEGFAULT. - blacklist = [blacklist, {'ERRINBAR', 'HS118', 'LAKES', 'TENBARS1', 'TENBARS2', 'TENBARS3', 'TENBARS4', 'VANDERM4', 'VANDANIUMS'}]; + blacklist = [blacklist, {'ERRINBAR', 'HS118', 'LAKES', 'ODFITS', 'TENBARS1', 'TENBARS2', 'TENBARS3', 'TENBARS4', 'VANDERM4', 'VANDANIUMS'}]; % For the following problems, the classical cobyla (single-precision) encounters infinite cycling. blacklist = [blacklist, {'HS101', 'HS112', 'MESH'}]; end