]> granicus.if.org Git - libevent/commit
Merge branch 'skip-tests' -- fix/skip some tests to avoid complete check failures
authorAzat Khuzhin <azat@libevent.org>
Sun, 19 Sep 2021 12:59:57 +0000 (15:59 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 19 Sep 2021 12:59:57 +0000 (15:59 +0300)
commit357dca4f706cea9e9c4e0999ae42f75ce13b51fd
treed0f75ccb229053875335d348f11e53d02c86f613
parent39dcd52b94db5f7cc5081ab0c14d4bf24e305c52
parent90846c30ff0313a3c81074ea8b8a1250195103cc
Merge branch 'skip-tests' -- fix/skip some tests to avoid complete check failures

* skip-tests:
  test: add --retries-delay (and set to 1 second by default)
  test: add --retries argument
  Add -Wno-void-pointer-to-enum-cast (we use this hack in tests)
  test/regress_http: mark data_length_constraints as retriable
  github/workflows/mingw: use ctest --output-on-failure
  test/dns: mark TCP tests as retriable
  test/regress: retry some signal rlated tests in darwin
  test/regress_util: mark monotonic_prc as retriable
  test/regress_http: fix unix_socket test
  test/regress_http: disable max_connections/data_length_constraints under windows
  Add EV_WINDOWS macro