Skip to content

Commit 6902d40

Browse files
committed
ci: Try all ASan options
1 parent 0c441d7 commit 6902d40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

circle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ commands:
230230
working_directory: ~/build
231231
command: |
232232
set +e
233-
export ASAN_OPTIONS=detect_invalid_pointer_pairs=1 # TODO: value 2 causes failures in standard library.
234233
expected=" PASSED <<parameters.expected_passed>>, FAILED <<parameters.expected_failed>>, SKIPPED <<parameters.expected_skipped>>."
235234
result=$(bin/fizzy-spectests <<#parameters.skip_validation>>--skip-validation<</parameters.skip_validation>> json | tail -1)
236235
echo $result

0 commit comments

Comments
 (0)