Commit 94b0f81
committed
use BOOST_THREAD_TEST_IT
Tests
grep -r 'BOOST_TEST.* < '
sometimes fails without details.
BOOST_THREAD_TEST_IT reports what the difference is.
Vim regex for replacement:
s/BOOST_TEST(\(.*\) < \(.*\))/BOOST_THREAD_TEST_IT(\1, \2)/1 parent 0faa52c commit 94b0f81
2 files changed
Lines changed: 4 additions & 3 deletions
File tree
- test/sync
- futures/async
- mutual_exclusion/locks/unique_lock/cons
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
159 | | - | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments