ticket28878 539 B

1234567891011
  1. o Minor features (testing):
  2. - The circuitpadding tests now use a reproducible RNG implementation,
  3. so that if a test fails, we can learn why. Part of ticket 28878.
  4. - Tor's tests now support an environment variable, TOR_TEST_RNG_SEED,
  5. to set the RNG seed for tests that use a reproducible RNG.
  6. Part of ticket 28878.
  7. o Minor features (continuous integration):
  8. - When running coverage builds on Travis, we now set TOR_TEST_RNG_SEED,
  9. to avoid RNG-based coverage differences.
  10. Part of ticket 28878.