Skip to content

Commit

Permalink
test/tests.cpp: leave only URL web-platform-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed May 7, 2019
1 parent 68d13a5 commit c02a1c9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c02a1c9

Please sign in to comment.