@@ -178,11 +178,7 @@ def option_passed(option_without_dashes):
178178
179179#Tests
180180testScripts = [ RpcTest (t ) for t in [
181- #'rawtransactions', ???
182- 'multi_rpc' ,
183- # 'fundrawtransaction', ???
184- 'reindex' ,
185- Disabled ('getchaintips' , "issue with syncpoints getting stuck" ),
181+ #'getchaintips', #TIMEOUT
186182 'httpbasics' ,
187183 'keypool' ,
188184 'listtransactions' ,
@@ -191,14 +187,21 @@ def option_passed(option_without_dashes):
191187 #'mempool_resurrect_test',
192188 #'mempool_spendcoinbase',
193189 'mintingtest' ,
190+ 'multi_rpc' ,
194191 'nodehandling' ,
192+ 'notify' ,
195193 'proxy_test' ,
196194 'receivedby' ,
195+ 'reindex' ,
196+ #'sendheaders', #rpc missing
197197 'txpropagate' ,
198198 'verifydb' ,
199199 'wallet' ,
200- Disabled ('walletbackup' , "TIMEOUT" ), # issue with restarting nodes mid test
200+ 'walletbackup' ,
201+ #'wallet-dump',
201202 'zapwallettxes' ,
203+ #'rawtransactions', ???
204+ #'fundrawtransaction', ???
202205 #
203206 Disabled ('mempool_limit' , "FAILS" ),
204207 Disabled ('mempool_reorg' , "FAILS" ),
@@ -211,20 +214,16 @@ def option_passed(option_without_dashes):
211214 Disabled ('invalidtxrequest' , "FAILS" ),
212215 Disabled ('merkle_blocks' , "FAILS" ),
213216 Disabled ('miningtest' , "FAILS" ),
214- Disabled ('sendheaders' , "FAILS" ),
215217 Disabled ('signrawtransactions' , "FAILS" ),
216218 #
217- Disabled ('wallet-dump' , "TIMEOUT" ),
218219 Disabled ('txn_doublespend --mineblock' , "TIMEOUT" ),
219220 Disabled ('txn_clone' , "TIMEOUT" ),
220- Disabled ('notify' , "TIMEOUT" ),
221221 Disabled ('validateblocktemplate' , "TIMEOUT" ),
222222 Disabled ('blockchain' , "TIMEOUT" ),
223223 #
224224 Disabled ('prioritise_transaction' , "TODO" ),
225225 Disabled ('invalidblockrequest' , "TODO" ),
226226 Disabled ('p2p-fullblocktest' , "TODO" ),
227- Disabled ('wallet-hd' , "TODO" ),
228227
229228] ]
230229
0 commit comments