Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 2cb5f50

Browse files
author
Gustavo Lima Chaves
committed
valgrind: have two more tests skipped due to timing reasons
I have no idea why valgrind would not delay the timers in those tests on previous versions, but now it does. Skip them for good. Signed-off-by: Gustavo Lima Chaves <[email protected]>
1 parent 53d7b8b commit 2cb5f50

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test-fbp/http-sse.fbp

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ _(constant/int:value=20) OUT -> IN[0] stop(int/equal) OUT -> IN _(boolean/not) O
2323
accumulator OUT -> IN[1] stop
2424

2525
_(constant/empty) OUT -> GET _(http-client/int:url="http://localhost:8080/int") OUT -> IN seq OUT -> RESULT _(test/result:timeout=6000)
26+
27+
## TEST-SKIP-VALGRIND The timing we're relying on for the string sequence is blown away by Valgrind, so skip it.

src/test-fbp/switcher-keep.fbp

+2
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,5 @@ bc0 OUT -> IN[1] eswitcher
102102
bc200 OUT -> IN[3] eswitcher
103103

104104
eswitcher OUT[0] -> IN _(converter/empty-to-boolean) OUT -> IN eval OUT -> RESULT empty_switcher_keep(test/result)
105+
106+
## TEST-SKIP-VALGRIND The timing we're relying on for the string sequence is blown away by Valgrind, so skip it

0 commit comments

Comments
 (0)