• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

clear-code / cutter / 290
82%

Build:
DEFAULT BRANCH: master
Ran 25 Jun 2014 01:36AM UTC
Jobs 1
Files 298
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
290

push

travis-ci

kou
sample glib: remove an unmaintainable test

It causes the following warning:

    In file included from ../../cutter/cut-assertions.h:23:0,
                     from ../../cutter/cutter.h:26,
                     from regex.c:21:
    regex.c: In function 'test_split':
    ../../cutter/cut-assertions-helper.h:43:5: warning: 'cut_previous_jump_buffer' may be used uninitialized in this function [-Wmaybe-uninitialized]
         cut_test_context_set_jump_buffer(cut_get_current_test_context(),    \
         ^
    In file included from ../../cutter/cutter.h:28:0,
                     from regex.c:21:
    ../../cutter/cut-assertions-helper.h:32:14: note: 'cut_previous_jump_buffer' was declared here
         jmp_buf *cut_previous_jump_buffer;                                  \
                  ^
    ../../cutter/cut-helper.h:394:9: note: in definition of macro 'cut_trace_with_info_expression'
             expression;                                                     \
             ^
    ../../cutter/cut-assertions.h:231:9: note: in expansion of macro 'cut_test_with_user_message'
             cut_test_with_user_message(                             \
             ^
    regex.c:1193:5: note: in expansion of macro 'cut_assert_equal_int'
         cut_assert_equal_int (g_strv_length (expected), token_count); \
         ^
    regex.c:1222:3: note: in expansion of macro 'TEST_SPLIT'
       TEST_SPLIT("a", "", 0, 1, expected1);
       ^
    ../../cutter/cut-helper.h:396:5: warning: '_cut_test_context' may be used uninitialized in this function [-Wmaybe-uninitialized]
         cut_test_context_pop_backtrace(_cut_test_context);                  \
         ^
    ../../cutter/cut-helper.h:385:21: note: '_cut_test_context' was declared here
         CutTestContext *_cut_test_context;                                  \
                         ^
    ../../cutter/cut-assertions.h:230:5: note: in expansion of macro 'cut_trace_with_info_expression'
         cut_trace_with_info_expression(                             \
         ^
    regex.c:1193:5: note: in expansion of macro 'cut_assert_equal_int'
         cut_assert_equal_int (g_strv_length (expected), token_count); \
         ^
    regex.c:1222:3: note: in expansion of macro 'TEST_SPLIT'
       TEST_SPLIT("a", "", 0, 1, expected1);
       ^

But we can't fix it with simple and fuss-free way.

12107 of 16195 relevant lines covered (74.76%)

3346.48 hits per line

Jobs
ID Job ID Ran Files Coverage
2 290.2 (ENABLE_COVERAGE=yes CONFIGURE_OPTIONS=--enable-coverage) 25 Jun 2014 01:36AM UTC 0
74.76
Travis Job 290.2
Source Files on build 290
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #290
  • d82aae56 on github
  • Prev Build on master (#289)
  • Next Build on master (#291)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc