Pavel Labath
13c07c62d1
Make sure TestNumThreads works with libc++
...
The problem was that with libc++ the std::unique_lock declaration was
completely inlined, so there was no line table entry in the main.cpp
file to set a breakpoint on. Therefore, the breakpoint got moved to the
next line, but that meant the test would deadlock as the thread would
stop with the lock already held.
I fix that issue by adding a dummy statement before the std::unique_lock
line to anchor the breakpoint.
I think this should fix the issue because of which this test was
disabled on darwin, but someone should verify that before enabling it.
llvm-svn: 335132
2018-06-20 14:54:34 +00:00
..
2016-09-06 20:57:50 +00:00
2018-05-29 09:10:46 +00:00
2018-01-19 23:24:35 +00:00
2018-03-13 23:37:11 +00:00
2018-01-30 18:29:16 +00:00
2018-02-12 18:06:34 +00:00
2016-09-06 20:57:50 +00:00
2018-06-18 04:34:33 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2018-06-19 15:07:22 +00:00
2016-09-06 20:57:50 +00:00
2018-03-16 12:04:46 +00:00
2017-10-05 23:41:28 +00:00
2018-05-17 16:58:00 +00:00
2018-01-19 23:24:35 +00:00
2018-01-19 23:24:35 +00:00
2018-06-13 18:47:04 +00:00
2018-01-19 23:24:35 +00:00
2018-03-26 15:17:58 +00:00
2018-01-19 23:24:35 +00:00
2018-01-19 23:24:35 +00:00
2018-06-15 20:36:03 +00:00
2018-01-19 23:24:35 +00:00
2018-01-30 18:29:16 +00:00
2018-01-19 23:24:35 +00:00
2018-01-19 23:24:35 +00:00
2016-10-26 19:17:49 +00:00
2018-01-30 17:02:42 +00:00
2018-06-07 17:49:22 +00:00
2018-05-14 21:04:24 +00:00
2017-04-19 23:21:04 +00:00
2018-01-19 23:24:35 +00:00
2018-01-19 23:24:35 +00:00
2018-01-19 23:24:35 +00:00
2018-06-07 17:49:22 +00:00
2018-01-19 23:24:35 +00:00
2018-01-30 18:29:16 +00:00
2018-02-08 23:10:29 +00:00
2018-01-19 23:24:35 +00:00
2018-05-29 09:10:46 +00:00
2018-01-19 23:24:35 +00:00
2016-09-06 20:57:50 +00:00
2018-05-29 09:10:46 +00:00
2018-01-25 21:20:29 +00:00
2018-01-19 23:24:35 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2018-03-13 21:06:05 +00:00
2018-01-30 18:29:16 +00:00
2018-06-11 21:19:26 +00:00
2018-02-08 23:10:29 +00:00
2018-02-21 15:33:53 +00:00
2018-02-21 15:33:53 +00:00
2018-06-13 19:02:44 +00:00
2018-01-30 18:29:16 +00:00
2018-01-19 23:24:35 +00:00
2018-01-19 23:24:35 +00:00
2018-06-07 17:49:22 +00:00
2018-01-19 23:24:35 +00:00
2018-02-01 21:35:50 +00:00
2018-01-19 23:24:35 +00:00
2018-02-08 10:37:23 +00:00
2018-03-15 13:47:09 +00:00
2018-05-22 16:33:43 +00:00
2018-04-13 18:02:39 +00:00
2018-04-16 23:59:01 +00:00
2018-06-07 17:49:22 +00:00
2018-01-30 18:29:16 +00:00
2018-01-30 18:29:16 +00:00
2016-10-03 22:49:13 +00:00
2018-06-20 14:54:34 +00:00
2018-01-19 23:24:35 +00:00
2018-01-19 23:24:35 +00:00
2018-01-19 23:24:35 +00:00
2018-01-19 23:24:35 +00:00
2018-02-23 05:03:10 +00:00
2018-03-26 12:42:07 +00:00
2018-01-19 23:24:35 +00:00
2018-03-26 12:42:07 +00:00