Skip to content

Commit 3c59490

Browse files
authored
Update test comments (#75)
1 parent 53b41fb commit 3c59490

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

test/MOI_wrapper.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,8 @@ function test_runtests()
6161
# SLOW_PROGRESS
6262
"test_quadratic_constraint_basic",
6363
"test_quadratic_constraint_minimize",
64-
# FIXME need to investigate
65-
# Expression: MOI.get(model, MOI.TerminationStatus()) == config.infeasible_status
66-
# Evaluated: MathOptInterface.OPTIMAL == MathOptInterface.INFEASIBLE
64+
# Unable to bridge RotatedSecondOrderCone to PSD because the dimension is too small: got 2, expected >= 3.
6765
"test_conic_SecondOrderCone_INFEASIBLE",
68-
# FIXME need to investigate
6966
"test_objective_qp_ObjectiveFunction_edge_cases",
7067
# See https://github.com/jump-dev/MathOptInterface.jl/issues/1761
7168
"test_constraint_PrimalStart_DualStart_SecondOrderCone",
@@ -86,11 +83,13 @@ function test_runtests()
8683
# Evaluated: isapprox(9.973062820023415e-9, 1.0, ...
8784
"test_variable_solve_with_lowerbound",
8885
# TODO CSDP just returns an infinite ObjectiveValue
86+
# See https://github.com/jump-dev/MathOptInterface.jl/issues/1759
8987
"test_unbounded_MIN_SENSE",
9088
"test_unbounded_MIN_SENSE_offset",
9189
"test_unbounded_MAX_SENSE",
9290
"test_unbounded_MAX_SENSE_offset",
93-
# TODO SDPT3 just returns an infinite DualObjectiveValue
91+
# TODO CSDP just returns an infinite DualObjectiveValue
92+
# See https://github.com/jump-dev/MathOptInterface.jl/issues/1759
9493
"test_infeasible_MAX_SENSE",
9594
"test_infeasible_MAX_SENSE_offset",
9695
"test_infeasible_MIN_SENSE",

0 commit comments

Comments
 (0)