[OpenMP] Add affinity format tests
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Mon, 17 Dec 2018 22:33:21 +0000 (22:33 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Mon, 17 Dec 2018 22:33:21 +0000 (22:33 +0000)
commit5640556b55680ceb3b450822895eb1e5bb3c9fb8
tree37ac5d64a26d3b4eb957fd5a423e1f0fe915e2ad
parent937a1047f64495696ac84db6c647bb96d75a3806
[OpenMP] Add affinity format tests

llvm-svn: 349411
15 files changed:
openmp/runtime/test/affinity/format/affinity_display.1.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/affinity_values.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/api.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/api2.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/check.py [new file with mode: 0644]
openmp/runtime/test/affinity/format/fields_modifiers.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/fields_values.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/increase.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/nested.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/nested2.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/nested_mixed.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/nested_serial.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/proc_bind.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/simple.c [new file with mode: 0644]
openmp/runtime/test/affinity/format/simple_env.c [new file with mode: 0644]