RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   20-Apr-2016 12:53:59
  Branch: rpm-5_4                          Handle: 2016042010535900

  Added files:              (Branch: rpm-5_4)
    rpm/tests/ref           yajl.out
  Modified files:           (Branch: rpm-5_4)
    rpm/tests               Makefile.am

  Log:
    - add a check-yajl target.

  Summary:
    Revision    Changes     Path
    1.95.2.77   +7  -1      rpm/tests/Makefile.am
    1.1.2.1     +63 -0      rpm/tests/ref/yajl.out
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.95.2.76 -r1.95.2.77 Makefile.am
  --- rpm/tests/Makefile.am     20 Apr 2016 10:40:06 -0000      1.95.2.76
  +++ rpm/tests/Makefile.am     20 Apr 2016 10:53:59 -0000      1.95.2.77
  @@ -1121,6 +1121,12 @@
        @make -C bson check >> tmp/bson.out 2>&1 || :
   #    @-diff -u tmp/bson.out $(srcdir)/ref/bson.out || cp tmp/bson.out 
ref/bson.out
   
  +check-yajl:
  +     @echo "=== $@ ==="
  +     @rm -f tmp/yajl.out
  +     @make -C yajl check >> tmp/yajl.out 2>&1 || :
  +     @-diff -u tmp/yajl.out $(srcdir)/ref/yajl.out || cp tmp/yajl.out 
ref/yajl.out
  +
   check-mongoc:
        @echo "=== $@ ==="
        @rm -f tmp/mongoc.out
  @@ -1130,7 +1136,7 @@
   tgfs =       ${abs_top_builddir}/rpmio/tgfs
   gfsfn =      /tmp/gfsfn
   bsondump = /usr/bin/bsondump
  -check-gfs: # check-bson check-mongoc
  +check-gfs: # check-bson check-mongoc check-yajl
        @echo "=== $@ ==="
        @rm -f tmp/gfs.out
        @echo "--> drop gfs database"
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/yajl.out
  ============================================================================
  $ cvs diff -u -r0 -r1.1.2.1 yajl.out
  --- /dev/null 2016-04-20 12:45:37.000000000 +0200
  +++ yajl.out  2016-04-20 12:53:59.551804369 +0200
  @@ -0,0 +1,63 @@
  +make[1]: Entering directory '/home/X/src/wdj54/tests/yajl'
  +using test binary: /home/X/src/wdj54/tests/yajl/yajl_test
  +using test cases: ./cases
  + test (ac_difficult_json_c_test_case_with_comments): SUCCESS
  + test (ac_simple_with_comments): SUCCESS
  + test (ag_false_then_garbage): SUCCESS
  + test (ag_null_then_garbage): SUCCESS
  + test (ag_true_then_garbage): SUCCESS
  + test (am_eof): SUCCESS
  + test (am_integers): SUCCESS
  + test (am_multiple): SUCCESS
  + test (am_stuff): SUCCESS
  + test (ap_array_open): SUCCESS
  + test (ap_eof_str): SUCCESS
  + test (ap_map_open): SUCCESS
  + test (ap_partial_ok): SUCCESS
  + test (array_close): SUCCESS
  + test (array): SUCCESS
  + test (bignums): SUCCESS
  + test (bogus_char): SUCCESS
  + test (codepoints_from_unicode_org): SUCCESS
  + test (deep_arrays): SUCCESS
  + test (difficult_json_c_test_case): SUCCESS
  + test (doubles_in_array): SUCCESS
  + test (doubles): SUCCESS
  + test (empty_array): SUCCESS
  + test (empty_string): SUCCESS
  + test (escaped_bulgarian): SUCCESS
  + test (escaped_foobar): SUCCESS
  + test (false): SUCCESS
  + test (fg_false_then_garbage): SUCCESS
  + test (fg_issue_7): SUCCESS
  + test (fg_null_then_garbage): SUCCESS
  + test (fg_true_then_garbage): SUCCESS
  + test (four_byte_utf8): SUCCESS
  + test (high_overflow): SUCCESS
  + test (integers): SUCCESS
  + test (invalid_utf8): SUCCESS
  + test (isolated_surrogate_marker): SUCCESS
  + test (leading_zero_in_number): SUCCESS
  + test (lonely_minus_sign): SUCCESS
  + test (lonely_number): SUCCESS
  + test (low_overflow): SUCCESS
  + test (map_close): SUCCESS
  + test (missing_integer_after_decimal_point): SUCCESS
  + test (missing_integer_after_exponent): SUCCESS
  + test (multiple): SUCCESS
  + test (non_utf8_char_in_string): SUCCESS
  + test (np_partial_bad): SUCCESS
  + test (null): SUCCESS
  + test (nulls_and_bools): SUCCESS
  + test (simple): SUCCESS
  + test (simple_with_comments): SUCCESS
  + test (string_invalid_escape): SUCCESS
  + test (string_invalid_hex_char): SUCCESS
  + test (string_with_escapes): SUCCESS
  + test (string_with_invalid_newline): SUCCESS
  + test (three_byte_utf8): SUCCESS
  + test (true): SUCCESS
  + test (unescaped_bulgarian): SUCCESS
  + test (zerobyte): SUCCESS
  +58/58 tests successful
  +make[1]: Leaving directory '/home/X/src/wdj54/tests/yajl'
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to