From 80037edb71e28577170e28599d3e1c09f62db2f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Thu, 7 Jun 2018 15:42:08 -0400 Subject: [PATCH] windows: skip more tests failing in separate compilation mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- tests/MINGW64_NT.skip | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/tests/MINGW64_NT.skip b/tests/MINGW64_NT.skip index 5eca929..7b99224 100644 --- a/tests/MINGW64_NT.skip +++ b/tests/MINGW64_NT.skip @@ -3,6 +3,7 @@ cocoa_message_box hello_cocoa hello_ios test_platform_ios +test_platform_android mpi emscripten neo_doxygen @@ -31,3 +32,48 @@ test_read_all_args1 test_regex_check test_signals test_stream_poll +nitc +nitls_args3 +nitmetrics_args3 +nitpm_args +nitsmells_args +nitunit_args +nitvm +nitweb +test_highlight_args1 +test_neo +test_loader_args2 +test_loader_args5 +montecarlo +catalan_numbers +count_the_coins +fibonacci_word +first_letter_last_letter +curl_http +nlp_index +drop_privileges +concurrent_array_and_barrier +jointask_example +socket_client +socket_server +socket_simple_server +fannkuchredux +mandelbrot +thread_ring +htcpcp_server +simple_file_server +test_restful_annot +nitin +nitiwiki_args1 +nitiwiki_args2 +test_annot_pkgconfig_alt +test_gtk +nitlight_as_a_service +curl_rest +lang_annot +opengles2_hello_triangle +nlp_server +ui_test +restful_annot +langannot +simple_simulation -- 1.7.9.5