test: skip unsupported tests on Windows
authorJie Zhou <jizh@linux.microsoft.com>
Wed, 26 Jan 2022 05:10:42 +0000 (21:10 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 8 Feb 2022 13:19:40 +0000 (14:19 +0100)
commit3c60274c0995a7a74c5550d2f5bbcfbd9d548515
treee97d0d5d663493528fe4060e7bc5b6fd49483fb6
parentf684672947d68b3b5d1def9c6a30eb3125b62f70
test: skip unsupported tests on Windows

Skip tests which are not yet supported for Windows:
- The libraries that tests depend on are not enabled on Windows yet
- The tests can compile but with issue still under investigation
    * test_func_reentrancy:
      Windows EAL has no protection against repeated calls.
    * test_lcores:
      Execution enters an infinite loops, requires investigation.
    * test_rcu_qsbr_perf:
      Execution hangs on Windows, requires investigation.

Signed-off-by: Jie Zhou <jizh@linux.microsoft.com>
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
61 files changed:
app/test/test_acl.c
app/test/test_bpf.c
app/test/test_cryptodev.c
app/test/test_cryptodev_asym.c
app/test/test_cryptodev_blockcipher.c
app/test/test_cryptodev_security_ipsec.c
app/test/test_cryptodev_security_pdcp.c
app/test/test_debug.c
app/test/test_distributor.c
app/test/test_distributor_perf.c
app/test/test_eal_flags.c
app/test/test_eal_fs.c
app/test/test_efd.c
app/test/test_efd_perf.c
app/test/test_event_crypto_adapter.c
app/test/test_event_eth_rx_adapter.c
app/test/test_event_eth_tx_adapter.c
app/test/test_event_ring.c
app/test/test_event_timer_adapter.c
app/test/test_eventdev.c
app/test/test_external_mem.c
app/test/test_fib.c
app/test/test_fib6.c
app/test/test_fib6_perf.c
app/test/test_fib_perf.c
app/test/test_flow_classify.c
app/test/test_func_reentrancy.c
app/test/test_graph.c
app/test/test_graph_perf.c
app/test/test_hash_perf.c
app/test/test_ipfrag.c
app/test/test_ipsec.c
app/test/test_ipsec_perf.c
app/test/test_ipsec_sad.c
app/test/test_kni.c
app/test/test_lcores.c
app/test/test_lpm.c
app/test/test_lpm6.c
app/test/test_lpm6_perf.c
app/test/test_lpm_perf.c
app/test/test_malloc.c
app/test/test_mbuf.c
app/test/test_member.c
app/test/test_member_perf.c
app/test/test_mp_secondary.c
app/test/test_pie.c
app/test/test_rawdev.c
app/test/test_rcu_qsbr_perf.c
app/test/test_red.c
app/test/test_reorder.c
app/test/test_rib.c
app/test/test_rib6.c
app/test/test_sched.c
app/test/test_table.c
app/test/test_table_acl.c
app/test/test_table_combined.c
app/test/test_table_pipeline.c
app/test/test_table_ports.c
app/test/test_table_tables.c
app/test/test_timer_secondary.c
app/test/test_trace.c