All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target/mips: Minor cleanups in test infrastructure
@ 2019-03-07 15:44 Aleksandar Markovic
  2019-03-07 15:44 ` [Qemu-devel] [PATCH 1/2] tests/tcg: target/mips: Correct preambles of test source files Aleksandar Markovic
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Aleksandar Markovic @ 2019-03-07 15:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien, amarkovic, arikalo

From: Aleksandar Markovic <amarkovic@wavecomp.com>

This series contains some minor cleanups in MIPS-specific test
infrastructure, done mostly for consistency and clarity.

Aleksandar Markovic (2):
  tests/tcg: target/mips: Correct preambles of test source files
  tests/tcg: target/mips: Rename two header files for consistency

 tests/tcg/mips/include/{test_inputs.h => test_inputs_128.h} | 0
 tests/tcg/mips/include/{test_utils.h => test_utils_128.h}   | 0
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c     | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_b.c      | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_d.c      | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_h.c      | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_w.c      | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_b.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_d.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_h.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_w.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_b.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_d.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_h.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_w.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_b.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_d.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_h.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_w.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_b.c       | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_d.c       | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_h.c       | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_w.c       | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_d.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_h.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_w.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_d.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_h.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_w.c     | 6 +++---
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_b.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_d.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_h.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_w.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_b.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_d.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_h.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_w.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_b.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_d.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_h.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_w.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_b.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_d.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_h.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_w.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_b.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_d.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_h.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_w.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_b.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_d.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_h.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_w.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_b.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_d.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_h.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_w.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_b.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_d.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_h.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_w.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_b.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_d.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_h.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_w.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_b.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_d.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_h.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_w.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_b.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_d.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_h.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_w.c  | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_b.c   | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_d.c   | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_h.c   | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_w.c   | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_b.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_d.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_h.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_w.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_b.c   | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_d.c   | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_h.c   | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_w.c   | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_b.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_d.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_h.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_w.c    | 8 ++++----
 tests/tcg/mips/user/ase/msa/logic/test_msa_and_v.c          | 8 ++++----
 tests/tcg/mips/user/ase/msa/logic/test_msa_nor_v.c          | 8 ++++----
 tests/tcg/mips/user/ase/msa/logic/test_msa_or_v.c           | 8 ++++----
 tests/tcg/mips/user/ase/msa/logic/test_msa_xor_v.c          | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_b.c         | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_d.c         | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_h.c         | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_w.c         | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_b.c         | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_d.c         | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_h.c         | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_w.c         | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_b.c          | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_d.c          | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_h.c          | 8 ++++----
 tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_w.c          | 8 ++++----
 116 files changed, 430 insertions(+), 430 deletions(-)
 rename tests/tcg/mips/include/{test_inputs.h => test_inputs_128.h} (100%)
 rename tests/tcg/mips/include/{test_utils.h => test_utils_128.h} (100%)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-07 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-07 15:44 [Qemu-devel] [PATCH 0/2] target/mips: Minor cleanups in test infrastructure Aleksandar Markovic
2019-03-07 15:44 ` [Qemu-devel] [PATCH 1/2] tests/tcg: target/mips: Correct preambles of test source files Aleksandar Markovic
2019-03-07 15:44 ` [Qemu-devel] [PATCH 2/2] tests/tcg: target/mips: Rename two header files for consistency Aleksandar Markovic
2019-03-07 17:06 ` [Qemu-devel] [PATCH 0/2] target/mips: Minor cleanups in test infrastructure Aleksandar Rikalo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.