llvm-project/openmp/runtime/test/affinity/format
Shilei Tian 24d0ef0f50 [OpenMP] Fixed a bug when displaying affinity
Currently the affinity format string has initial value. When users set
the format via OMP_AFFINITY_FORMAT, it will overwrite the format string. However,
when copying the format, the tailing null is missing. As a result, if the user
format string is shorter than default value, the remaining part in the default
value still makes effort. This bug is not exposed because the test case doesn't
check the end of a string. It only checks whether given output "contains" the
check string.

Reviewed By: AndreyChurbanov

Differential Revision: https://reviews.llvm.org/D91309
2020-11-12 22:27:32 -05:00
..
affinity_display.1.c [runtime] [test] Fix using %python path 2018-12-22 10:51:53 +00:00
affinity_values.c
api.c [runtime] [test] Fix using %python path 2018-12-22 10:51:53 +00:00
api2.c [OpenMP][Tests] Fix compiler warnings in OpenMP runtime tests 2020-11-11 20:13:21 +01:00
check.py
fields_modifiers.c
fields_values.c
increase.c [runtime] [test] Fix using %python path 2018-12-22 10:51:53 +00:00
lit.local.cfg [OpenMP] Remove OMP spec versioning 2019-07-12 21:45:36 +00:00
nested.c [runtime] [test] Fix using %python path 2018-12-22 10:51:53 +00:00
nested2.c [runtime] [test] Fix using %python path 2018-12-22 10:51:53 +00:00
nested_mixed.c [runtime] [test] Fix using %python path 2018-12-22 10:51:53 +00:00
nested_serial.c [runtime] [test] Fix using %python path 2018-12-22 10:51:53 +00:00
proc_bind.c [runtime] [test] Fix using %python path 2018-12-22 10:51:53 +00:00
simple.c [runtime] [test] Fix using %python path 2018-12-22 10:51:53 +00:00
simple_env.c [OpenMP] Fixed a bug when displaying affinity 2020-11-12 22:27:32 -05:00