From c02a1c9e85caaadb10b6010d4f0670e88ed7f6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Tue, 7 May 2019 22:45:34 +0300 Subject: [PATCH] test/tests.cpp: leave only URL web-platform-tests --- test/tests.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/test/tests.cpp b/test/tests.cpp index 82f1af4..1b26ab6 100644 --- a/test/tests.cpp +++ b/test/tests.cpp @@ -32,18 +32,11 @@ int main(int argc, char** argv) { int err = 0; + // URL web-platform-tests err |= test_from_file(run_parser_tests, "wpt/urltestdata.json"); - err |= test_from_file(run_parser_tests, "wpt/urltestdata--mano.json"); - // err |= test_from_file(run_parser_tests, "wpt/urltestdata--mano-bandymai.json"); - err |= test_from_file(run_host_parser_tests, "wpt/toascii.json"); - err |= test_from_file(run_setter_tests, "wpt/setters_tests.json"); - - // more tests - err |= test_from_file(run_parser_tests, "wpt/urltestdata--issue-303.json"); - return err; }