@@ -54,6 +54,7 @@ function _test_runtests(linear_solver)
54
54
MOI. ConstraintName,
55
55
MOI. VariableName,
56
56
MOI. ObjectiveBound,
57
+ MOI. SolverVersion,
57
58
],
58
59
),
59
60
exclude = String[
@@ -64,23 +65,11 @@ function _test_runtests(linear_solver)
64
65
# Expected test failures:
65
66
# TODO (odow): get not supported for primal/dual starts
66
67
" test_model_ModelFilter_AbstractConstraintAttribute" ,
67
- # Unimplemented feature
68
- " test_attribute_SolverVersion" ,
69
68
# ArgumentError: The number of constraints must be greater than 0
70
69
" test_attribute_RawStatusString" ,
71
70
" test_attribute_SolveTimeSec" ,
72
71
" test_objective_ObjectiveFunction_blank" ,
73
72
" test_solve_TerminationStatus_DUAL_INFEASIBLE" ,
74
- # Problem is a nonconvex QP
75
- " test_basic_ScalarQuadraticFunction_EqualTo" ,
76
- " test_basic_ScalarQuadraticFunction_GreaterThan" ,
77
- " test_basic_ScalarQuadraticFunction_Interval" ,
78
- " test_basic_VectorQuadraticFunction_" ,
79
- " test_quadratic_SecondOrderCone_basic" ,
80
- " test_quadratic_nonconvex_" ,
81
- # MathOptInterface.jl issue #1431
82
- " test_model_LowerBoundAlreadySet" ,
83
- " test_model_UpperBoundAlreadySet" ,
84
73
],
85
74
)
86
75
return
0 commit comments