Paulo Zanoni
a1fce7490c
lib/igt_core: use print("%s", #expr) instead of print(#expr)
...
If I have a program with the following:
igt_skip_on(i % 2 == 0);
igt_skip_on_f(i % 2 == 0, "i:%d\n", i);
igt_require(i % 2 == 0);
igt_require_f(i % 2 == 0, "i:%d\n", i);
then I'll get compiler error messages complaining about format
conversions related to the '%' character used in the mod operation. So
put the whole string as a %s argument to avoid interpreting '%' and
any other possible chars.
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
2015-08-14 15:26:28 -03:00
..
2015-08-13 11:28:22 +01:00
2014-07-23 16:43:05 +01:00
2015-05-27 16:17:05 +01:00
2013-12-03 17:08:03 +01:00
2014-06-17 21:26:28 +02:00
2015-02-18 16:04:12 +00:00
2015-04-22 18:00:42 +01:00
2014-10-09 19:47:51 +03:00
2014-12-04 10:17:16 +08:00
2014-06-16 20:11:57 +02:00
2014-09-30 12:21:03 +01:00
2014-10-09 19:47:51 +03:00
2014-10-10 17:26:27 +03:00
2015-07-20 18:13:37 +01:00
2015-07-20 18:13:37 +01:00
2013-12-05 15:32:42 -08:00
2014-06-12 10:12:13 +01:00
2014-02-20 13:42:25 +00:00
2011-03-29 22:52:50 +02:00
2015-07-02 08:17:17 +01:00
2015-08-14 14:07:43 +01:00
2015-08-12 14:46:46 +02:00
2015-08-14 15:26:28 -03:00
2015-08-12 14:46:46 +02:00
2015-08-05 17:30:58 -03:00
2015-06-27 16:04:07 +01:00
2015-05-14 17:00:40 +01:00
2015-07-02 08:17:17 +01:00
2015-04-14 17:44:34 +01:00
2015-06-27 16:04:07 +01:00
2015-02-25 16:59:22 +00:00
2015-07-14 12:52:09 -03:00
2015-04-16 16:49:46 +03:00
2015-07-19 15:30:23 +01:00
2015-07-19 15:30:23 +01:00
2015-05-14 17:01:57 +01:00
2014-09-30 12:21:02 +01:00
2010-04-08 12:17:31 +01:00
2015-07-20 18:13:37 +01:00
2015-05-05 17:29:40 -03:00
2015-07-02 08:17:17 +01:00
2015-05-18 16:25:25 +01:00
2015-05-05 13:13:43 +03:00
2015-07-02 08:17:17 +01:00
2015-07-02 08:17:17 +01:00
2015-08-14 14:07:43 +01:00
2014-08-26 15:16:01 +02:00
2015-03-12 14:19:41 +00:00
2015-07-02 08:17:17 +01:00
2015-08-12 14:42:46 +02:00
2015-07-22 15:14:05 +01:00
2015-07-20 18:13:37 +01:00
2015-07-20 18:13:37 +01:00
2014-08-29 20:02:10 +01:00
2014-08-29 20:02:10 +01:00
2014-11-06 08:26:01 +00:00
2014-09-30 12:21:03 +01:00
2015-07-20 18:13:37 +01:00
2015-03-25 17:52:11 +00:00
2015-03-25 17:52:11 +00:00
2014-08-26 15:03:40 +02:00
2014-08-26 15:03:40 +02:00
2015-03-26 15:50:59 +00:00
2015-08-13 15:20:19 +03:00
2014-07-23 15:23:53 +01:00
2014-07-23 15:23:53 +01:00
2014-09-30 12:21:02 +01:00