Merge pull request #660 from nicolasnoble/httpcli_test

Disabled httpcli_test, and ran build cleaner.
pull/640/merge
Craig Tiller 10 years ago
commit e819960592
  1. 2
      Makefile
  2. 1
      build.json
  3. 2183
      src/core/security/roots.pem
  4. 4
      tools/run_tests/tests.json

@ -1014,8 +1014,6 @@ test_c: buildtests_c
$(Q) $(BINDIR)/$(CONFIG)/httpcli_format_request_test || ( echo test httpcli_format_request_test failed ; exit 1 )
$(E) "[RUN] Testing httpcli_parser_test"
$(Q) $(BINDIR)/$(CONFIG)/httpcli_parser_test || ( echo test httpcli_parser_test failed ; exit 1 )
$(E) "[RUN] Testing httpcli_test"
$(Q) $(BINDIR)/$(CONFIG)/httpcli_test || ( echo test httpcli_test failed ; exit 1 )
$(E) "[RUN] Testing interop_test"
$(Q) $(BINDIR)/$(CONFIG)/interop_test || ( echo test interop_test failed ; exit 1 )
$(E) "[RUN] Testing json_rewrite_test"

@ -1244,6 +1244,7 @@
{
"name": "httpcli_test",
"build": "test",
"run": false,
"language": "c",
"src": [
"test/core/httpcli/httpcli_test.c"

File diff suppressed because it is too large Load Diff

@ -189,10 +189,6 @@
"language": "c",
"name": "httpcli_parser_test"
},
{
"language": "c",
"name": "httpcli_test"
},
{
"language": "c",
"name": "interop_test"

Loading…
Cancel
Save