Skip to content

Commit a68377d

Browse files
committed
250812.132300.CST [skip ci] revise profile_rescue_idz_classical
1 parent 94db816 commit a68377d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/profile_rescue_idz_classical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
case 'bobyqa'
147147
options.blacklist = [options.blacklist, {'BQPGABIM', 'BQPGASIM', 'CHEBYQAD', 'DECONVB', 'DECONVU', 'ERRINRSM', 'HOLMES', 'LEVYMONT', 'TOINTGOR'}];
148148
case 'lincoa'
149-
options.blacklist = [options.blacklist, {'AGG', 'ANTWERP', 'ARGLALE', 'ARGLBLE', 'AVION2', 'CVXQP1', 'DALLASS', 'DUAL1', 'DUAL2', 'DUAL3', 'ERRINRSM', 'GMNCASE1', 'GMNCASE2', 'GMNCASE3', 'HYDROELS', 'LINSPANH', 'METHANB8LS', 'SMBANK', 'DUAL4', 'QPNBLEND'}];
149+
options.blacklist = [options.blacklist, {'AGG', 'ANTWERP', 'ARGLALE', 'ARGLBLE', 'AVION2', 'CVXQP1', 'DALLASS', 'DUAL1', 'DUAL2', 'DUAL3', 'ERRINRSM', 'GMNCASE1', 'GMNCASE2', 'GMNCASE3', 'HYDROELS', 'LINSPANH', 'METHANB8LS', 'SMBANK', 'DUAL4', 'QPNBLEND', 'SPANHYD'}];
150150
end
151151
end
152152

fortran/tests/makefiles/Makefile.common

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,6 @@ $(TESTS_C) $(TESTS_INT_C):
965965
| grep -v "\.sformat.* may be used uninitialized" \
966966
| grep -v "\.noise_type_loc.* may be used uninitialized" \
967967
| grep -v "ipo: warning #11021: unresolved __ehdr_start" \
968-
| grep -v "requires executable stack (because the .note.GNU-stack section is executable)" \
969968
| tee -a "$(LOG_DIR)/[email protected]"
970969
@bash $(CHCKTST) --error "$(LOG_DIR)/[email protected]"
971970
@bash $(CHCKTST) --warning "$(LOG_DIR)/[email protected]"

0 commit comments

Comments
 (0)