oxen-core/tests/performance_tests
Jason Rhinelander a8bdb1888e Remove dangerous and broken glob_to_regex function
This function is broken: if it encounters a \ it stays in "escape" more
forever.  However the entire function is also moronic because it is only
used in the test suite (and thus doesn't belong out of the test suite),
but is also only used for the test `--filter` arguments which have this
help message:

    Regular expression filter for which tests to run

Since a glob is not a regular expression, and because passing legitimate
regular expressions through this glob_to_regex function serious breaks
them, removing this stupid broken code is actually a bug fix.
2020-05-11 18:44:45 -03:00
..
bulletproof.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
check_tx_signature.h Build/core test fixes, incoporate staking changes from LNS 2019-12-04 15:17:55 +11:00
CMakeLists.txt cmake modernization 2020-03-06 00:36:57 -04:00
cn_fast_hash.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
cn_slow_hash.h Change PoW to CN Turtle Lite V2 on Hardfork 11 (#459) 2019-03-06 00:16:59 +00:00
construct_tx.h Build/core test fixes, incoporate staking changes from LNS 2019-12-04 15:17:55 +11:00
crypto_ops.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
derive_public_key.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
derive_secret_key.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
equality.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
ge_frombytes_vartime.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
ge_tobytes.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
generate_key_derivation.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
generate_key_image.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
generate_key_image_helper.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
generate_keypair.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
is_out_to_acc.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
main.cpp Remove dangerous and broken glob_to_regex function 2020-05-11 18:44:45 -03:00
multi_tx_test_base.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
multiexp.h multiexp: handle pippenger multiexps with part precalc 2018-10-22 16:07:44 +00:00
performance_tests.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
performance_utils.h Merge commit 'c3de019f565674fd19b9d5cafba015d9ea7f69f7' into LokiMergeUpstream 2019-04-12 15:10:33 +10:00
range_proof.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
rct_mlsag.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
sc_check.h performance_tests: sc_check and ge_dsm_precomp 2018-10-22 16:07:44 +00:00
sc_reduce32.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
signature.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
single_tx_test_base.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
subaddress_expand.h Update 2019 copyright 2019-03-05 22:05:34 +01:00