Zachary Turner
c67466054f
Don't return a tuple from the skip test function.
...
Previously we were returning a tuple of (bool, skip_reason) from
the tuple function. This makes for some awkward code, especially
since a value of True for the first argument implies that the
second argument is None, and a value of False implies that the
second argument is not None. So it was basically redundant, and
with this patch we simply return the skip reason or None directly.
llvm-svn: 259590
2016-02-02 22:22:53 +00:00
..
2015-12-22 16:50:28 +00:00
2015-11-03 19:20:39 +00:00
2015-11-20 19:25:39 +00:00
2016-01-11 10:24:50 +00:00
2016-01-27 18:49:31 +00:00
2015-11-03 19:20:39 +00:00
2016-02-02 17:02:58 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2016-01-21 23:07:48 +00:00
2016-01-14 10:56:56 +00:00
2015-11-03 19:20:39 +00:00
2015-11-11 05:01:30 +00:00
2016-01-22 23:05:47 +00:00
2016-01-29 01:12:13 +00:00
2015-11-03 19:20:39 +00:00
2015-11-18 08:18:03 +00:00
2016-02-01 09:01:42 +00:00
2015-11-13 10:47:49 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2016-02-02 22:22:53 +00:00
2015-12-08 22:15:48 +00:00
2015-11-13 10:47:49 +00:00
2016-01-20 12:17:26 +00:00
2016-02-02 22:22:53 +00:00
2015-11-03 19:20:39 +00:00
2015-12-14 22:59:26 +00:00
2015-11-03 19:20:39 +00:00
2015-11-13 10:47:49 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2016-01-11 18:07:47 +00:00
2016-01-11 10:24:50 +00:00
2016-01-11 10:24:50 +00:00
2016-01-14 19:14:02 +00:00
2015-11-20 23:09:11 +00:00
2015-11-03 19:20:39 +00:00
2016-01-11 10:24:50 +00:00
2016-01-26 01:19:50 +00:00
2015-12-09 15:49:40 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2015-12-15 12:11:00 +00:00
2015-11-03 19:20:39 +00:00
2016-02-02 15:58:30 +00:00
2015-11-11 03:43:05 +00:00
2015-11-03 19:20:39 +00:00
2015-11-03 19:20:39 +00:00
2016-01-19 12:55:21 +00:00
2015-11-03 19:20:39 +00:00
2016-02-02 17:00:34 +00:00