There was a problem hiding this comment.
Nice addition. LGTM, with a single remark.
Sorry, something went wrong.
| '--with-memory-sanitizer' in _config_args | ||
| ) | ||
| address_sanitizer = ( | ||
| '-fsanitize=address' in _cflags |
There was a problem hiding this comment.
Also check '--with-memory-sanitizer' in _config_args
Sorry, something went wrong.
|
I'd add a NEWS entry and possibly document it in the test support section. |
Sorry, something went wrong.
| "run_with_tz", "PGO", "missing_compiler_executable", | ||
| "ALWAYS_EQ", "NEVER_EQ", "LARGEST", "SMALLEST", | ||
| "LOOPBACK_TIMEOUT", "INTERNET_TIMEOUT", "SHORT_TIMEOUT", "LONG_TIMEOUT", | ||
| "skip_if_sanitizer", |
There was a problem hiding this comment.
Nit: this probably belongs in the unittest section between line 34 and 44.
Sorry, something went wrong.
|
I'd add a NEWS entry and possibly document it in the test support section. The news section is for user visible changes, this is an internal change. |
Sorry, something went wrong.
No description provided.