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

Commit

Permalink
valgrind: have two more tests skipped due to timing reasons
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Gustavo Lima Chaves committed Jul 10, 2018
1 parent 53d7b8b commit 2cb5f50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test-fbp/http-sse.fbp
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ _(constant/int:value=20) OUT -> IN[0] stop(int/equal) OUT -> IN _(boolean/not) O
accumulator OUT -> IN[1] stop

_(constant/empty) OUT -> GET _(http-client/int:url="http://localhost:8080/int") OUT -> IN seq OUT -> RESULT _(test/result:timeout=6000)

## TEST-SKIP-VALGRIND The timing we're relying on for the string sequence is blown away by Valgrind, so skip it.
2 changes: 2 additions & 0 deletions src/test-fbp/switcher-keep.fbp
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ bc0 OUT -> IN[1] eswitcher
bc200 OUT -> IN[3] eswitcher

eswitcher OUT[0] -> IN _(converter/empty-to-boolean) OUT -> IN eval OUT -> RESULT empty_switcher_keep(test/result)

## TEST-SKIP-VALGRIND The timing we're relying on for the string sequence is blown away by Valgrind, so skip it

0 comments on commit 2cb5f50

Please sign in to comment.