php-src/ext/dba/tests
Michael Orlitzky 4140394642
ext/dba/tests/dba_tcadb.phpt: support pthreadless tokyocabinet (#11648)
Several of our DBA tests (based on setup/setup_dba_tests.inc) have a
"no lock" version whose expected output is:

  SAME OUTPUT AS PREVIOUS RUN (modulo read during write due to no lock)

This tokyocabinet test, however, is missing the "modulo" bit, because
it is not output when tokyocabinet is built with pthreads support, as
is the case on at least Fedora and the GitHub CI.

To additionally support systems where tokyocabinet is built WITHOUT
pthreads support, this commit adds a wildcard at the end of the
expected output to catch the " (modulo..." string.
2023-08-02 16:50:02 +01:00
..
setup Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
bug36436.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
bug38698.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug65708.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
bug70825.phpt Deprecate calling dba_fetch() with $dba at the 3rd parameter 2023-07-18 12:59:21 +02:00
bug71514.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug78808.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
clean.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
dba007.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba009.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba015.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_array_keys.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_array_keys_errors.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_array_keys_inifile.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_array_keys_var_non_string.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_001.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_make.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_read.phpt Deprecate calling dba_fetch() with $dba at the 3rd parameter 2023-07-18 12:59:21 +02:00
dba_db1.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db2.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db3.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_000.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_009.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_018.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_handlers.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_optimize.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_sync.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_dbm.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_fetch_legacy_signature.phpt Deprecate calling dba_fetch() with $dba at the 3rd parameter 2023-07-18 12:59:21 +02:00
dba_flags_arg.phpt Ammend DBA error message to use standard messaging 2022-07-26 00:25:39 +01:00
dba_flatfile.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_flatfile_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_gdbm.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_gdbm_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_handlers.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
dba_inifile.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_inifile_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_lmdb.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_lmdb_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_lmdb_flags.phpt Add support to pass driver flags to DBA handlers 2022-07-23 18:38:27 +01:00
dba_lmdb_readonly.phpt Remove personalisation from write on readonly db DBA error message 2022-07-23 18:38:27 +01:00
dba_ndbm.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_optimize.phpt Add conflict markers for dba tests 2022-08-04 16:23:26 +02:00
dba_qdbm.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_qdbm_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_split.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_sync.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_tcadb.phpt ext/dba/tests/dba_tcadb.phpt: support pthreadless tokyocabinet (#11648) 2023-08-02 16:50:02 +01:00
dba_tcadb_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
default_handler_ini.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
gh9155.phpt Add conflict markers for dba tests 2022-08-04 16:23:26 +02:00
skipif.inc Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
test.cdb
test.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
value_errors_open.phpt Add conflict markers for dba tests 2022-08-04 16:23:26 +02:00