Skip to content

Instantly share code, notes, and snippets.

@dunn
Created August 9, 2016 02:16
Show Gist options
  • Save dunn/29f7fd0cc3b8f07cdb1f3b0f5e25a1a1 to your computer and use it in GitHub Desktop.
Save dunn/29f7fd0cc3b8f07cdb1f3b0f5e25a1a1 to your computer and use it in GitHub Desktop.
🌲 make test
emacs -batch -q --no-site-file -L /private/tmp/editorconfig-emacs -f batch-byte-compile editorconfig.el
In editorconfig-set-indentation/latex-mode:
editorconfig.el:232:48:Warning: assignment to free variable ‘tex-indent-basic’
editorconfig.el:233:47:Warning: assignment to free variable ‘tex-indent-item’
editorconfig.el:234:51:Warning: assignment to free variable ‘tex-indent-arg’
In editorconfig-set-indentation:
editorconfig.el:273:71:Warning: assignment to free variable ‘evil-shift-width’
emacs -batch -q --no-site-file -L /private/tmp/editorconfig-emacs -f batch-byte-compile editorconfig-core.el
emacs -batch -q --no-site-file -L /private/tmp/editorconfig-emacs -f batch-byte-compile editorconfig-core-handle.el
emacs -batch -q --no-site-file -L /private/tmp/editorconfig-emacs -f batch-byte-compile editorconfig-fnmatch.el
emacs -batch -q --no-site-file -L /private/tmp/editorconfig-emacs \
--eval "(require 'ert) (setq debug-on-error t)" \
--eval "(setq metadata-el-files '(\"editorconfig.el\"))" \
-l "/private/tmp/editorconfig-emacs/ert-tests/editorconfig-core-handle.el" -l "/private/tmp/editorconfig-emacs/ert-tests/editorconfig-core.el" -l "/private/tmp/editorconfig-emacs/ert-tests/editorconfig-fnmatch.el" -l "/private/tmp/editorconfig-emacs/ert-tests/editorconfig.el" -l "/private/tmp/editorconfig-emacs/ert-tests/metadata.el" \
-f ert-run-tests-batch-and-exit
../../../usr/local/share/emacs/site-lisp/irony-mode/server/test/elisp/support/ert.el: ‘flet’ is an obsolete macro (as of 24.3); use either ‘cl-flet’ or ‘cl-letf’.
../../../usr/local/share/emacs/site-lisp/irony-mode/server/test/elisp/support/ert.el: ‘labels’ is an obsolete macro (as of 24.3); use ‘cl-labels’ instead.
../../../usr/local/share/emacs/site-lisp/irony-mode/server/test/elisp/support/ert.el: ‘flet’ is an obsolete macro (as of 24.3); use either ‘cl-flet’ or ‘cl-letf’.
Running 7 tests (2016-08-08 19:14:07-0700)
passed 1/7 has-feature-01
passed 2/7 interactive-test-01
passed 3/7 test-editorconfig-core--get-handles
passed 4/7 test-editorconfig-core--remove-duplicate
passed 5/7 test-editorconfig-core-handle
-> t: (editorconfig-fnmatch-p "a.js" "a.js")
Elapsed: 2.4999999999999998e-05
-> t: (editorconfig-fnmatch-p "/dir/a.js" "/dir/a.js")
Elapsed: 6.2e-05
-> t: (editorconfig-fnmatch-p "a.js" "*.js")
Elapsed: 3.6e-05
-> t: (editorconfig-fnmatch-p "a.js" "**.js")
Elapsed: 4.3e-05
-> t: (editorconfig-fnmatch-p "/dir/a.js" "/dir/*.js")
Elapsed: 4.3e-05
-> t: (editorconfig-fnmatch-p "/dir/a.js" "/dir/*")
Elapsed: 2.4e-05
-> t: (editorconfig-fnmatch-p "/dir/sub/a.js" "**.js")
Elapsed: 1.1999999999999999e-05
-> t: (editorconfig-fnmatch-p "/dir/sub/a.py" "/dir/**.py")
Elapsed: 3.2000000000000005e-05
-> t: (editorconfig-fnmatch-p "a.js" "?.js")
Elapsed: 1.6e-05
-> t: (editorconfig-fnmatch-p "abc.js" "a?c.js")
Elapsed: 2.4e-05
-> t: (editorconfig-fnmatch-p "/dir/a.js" "/dir/?.js")
Elapsed: 2.3e-05
-> t: (editorconfig-fnmatch-p "a.js" "[abc].js")
Elapsed: 1.9999999999999998e-05
-> t: (editorconfig-fnmatch-p "b.js" "[abc].js")
Elapsed: 1.4999999999999999e-05
-> t: (editorconfig-fnmatch-p "ab.js" "[abc]b.js")
Elapsed: 1.9999999999999998e-05
-> t: (editorconfig-fnmatch-p "/dir/a.js" "/dir/[abc].js")
Elapsed: -0.016654
-> t: (editorconfig-fnmatch-p "ab[e/]cd.i" "ab[e/]cd.i")
Elapsed: 4.7000000000000004e-05
-> t: (editorconfig-fnmatch-p "a.js" "[a-c].js")
Elapsed: 2.6e-05
-> t: (editorconfig-fnmatch-p "1.js" "[1-3].js")
Elapsed: 4.1e-05
-> t: (editorconfig-fnmatch-p "a.js" "[a-c1-3].js")
Elapsed: 6.8e-05
-> t: (editorconfig-fnmatch-p "1.js" "[a-c1-3].js")
Elapsed: 2.7e-05
-> t: (editorconfig-fnmatch-p "d.js" "[^abc].js")
Elapsed: 4.2e-05
-> t: (editorconfig-fnmatch-p "db.js" "[^abc]b.js")
Elapsed: 3.9e-05
-> t: (editorconfig-fnmatch-p "/dir/d.js" "/dir/[^abc].js")
Elapsed: 8e-05
-> t: (editorconfig-fnmatch-p "d.js" "[^a-c].js")
Elapsed: 4.3e-05
-> t: (editorconfig-fnmatch-p "a.js" "a.{py,js}")
Elapsed: 6.5e-05
-> t: (editorconfig-fnmatch-p "a.py" "a.{py,js}")
Elapsed: 3.6e-05
-> t: (editorconfig-fnmatch-p "/dir/a.py" "/dir/a.{py,js}")
Elapsed: 5.7e-05
-> t: (editorconfig-fnmatch-p "/dir/a.py" "/dir/a.{py,js}")
Elapsed: 2.2e-05
-> t: (editorconfig-fnmatch-p "a.js" "*.{py,js}")
Elapsed: 5.6000000000000006e-05
-> t: (editorconfig-fnmatch-p "a.py" "*.{py,js}")
Elapsed: 2.1e-05
-> t: (editorconfig-fnmatch-p "/dir/a.js" "/dir/*.{py,js}")
Elapsed: 5.8e-05
-> t: (editorconfig-fnmatch-p "/dir/a.py" "/dir/*.{py,js}")
Elapsed: 1.3000000000000001e-05
-> t: (editorconfig-fnmatch-p "/dir/sub/a.py" "**.{py,js}")
Elapsed: 4.1e-05
-> t: (editorconfig-fnmatch-p "/dir/sub/a.py" "/dir/**.{py,js}")
Elapsed: 4.1e-05
-> t: (editorconfig-fnmatch-p "{single}.b" "{single}.b")
Elapsed: 4.6e-05
-> t: (editorconfig-fnmatch-p "{.f" "{.f")
Elapsed: 3.4e-05
-> t: (editorconfig-fnmatch-p "}.f" "}.f")
Elapsed: 3.2e-05
-> t: (editorconfig-fnmatch-p "a.js" "{a,[0-9]}.js")
Elapsed: 6.3e-05
-> t: (editorconfig-fnmatch-p "1.js" "{a,[0-9]}.js")
Elapsed: 2.3999999999999997e-05
-> t: (editorconfig-fnmatch-p "-3.py" "{-3..3}.{js,py}")
Elapsed: 0.000142
-> t: (editorconfig-fnmatch-p "1.js" "{0..3}.js")
Elapsed: 3.6e-05
-> t: (editorconfig-fnmatch-p "1.js" "{0..+3}.js")
Elapsed: 7.1e-05
-> t: (editorconfig-fnmatch-p "-1.js" "{-3..3}.js")
Elapsed: 0.000101
-> t: (editorconfig-fnmatch-p "-1.js" "{-3..3}.js")
Elapsed: 2.7e-05
-> t: (editorconfig-fnmatch-p "test3" "{test3,test0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003}")
Elapsed: 0.001488
-> nil: (editorconfig-fnmatch-p "a.js" "b.js")
Elapsed: 6.1e-05
-> nil: (editorconfig-fnmatch-p "a.js" "*.py")
Elapsed: 4.9e-05
-> nil: (editorconfig-fnmatch-p "/dir/a.js" "/dir/*.py")
Elapsed: 7.3e-05
-> nil: (editorconfig-fnmatch-p "/dir/sub/a.js" "/dir/*.js")
Elapsed: 2.1000000000000002e-05
-> nil: (editorconfig-fnmatch-p "/dir/a.js" "/sub/**.js")
Elapsed: 7.7e-05
-> nil: (editorconfig-fnmatch-p "/dir/sub/a.js" "/sub/**.js")
Elapsed: 3.9000000000000006e-05
-> nil: (editorconfig-fnmatch-p "ab.js" "?.js")
Elapsed: 8.4e-05
-> nil: (editorconfig-fnmatch-p "ab.js" "?a.js")
Elapsed: 6.8e-05
-> nil: (editorconfig-fnmatch-p "/dir/ab.js" "/dir/?.js")
Elapsed: 3.9000000000000006e-05
-> nil: (editorconfig-fnmatch-p "/dir/ab.js" "/dir/?a.js")
Elapsed: 0.00013800000000000002
-> nil: (editorconfig-fnmatch-p "d.js" "[abc].js")
Elapsed: 2.9999999999999997e-05
-> nil: (editorconfig-fnmatch-p "db.js" "[abc]b.js")
Elapsed: 1.8e-05
-> nil: (editorconfig-fnmatch-p "/dir/d.js" "/dir/[abc].js")
Elapsed: 1.5e-05
-> nil: (editorconfig-fnmatch-p "d.js" "[a-c].js")
Elapsed: 6.3e-05
-> nil: (editorconfig-fnmatch-p "4.js" "[1-3].js")
Elapsed: 6.500000000000001e-05
-> nil: (editorconfig-fnmatch-p "d.js" "[a-c1-3].js")
Elapsed: 4.6e-05
-> nil: (editorconfig-fnmatch-p "4.js" "[a-c1-3].js")
Elapsed: 3.9999999999999996e-05
-> nil: (editorconfig-fnmatch-p "a.js" "[^abc].js")
Elapsed: 7.7e-05
-> nil: (editorconfig-fnmatch-p "ab.js" "[^abc]b.js")
Elapsed: 4.4999999999999996e-05
-> nil: (editorconfig-fnmatch-p "/dir/a.js" "/dir/[^abc].js")
Elapsed: 3.5e-05
-> nil: (editorconfig-fnmatch-p "a.js" "[^a-c].js")
Elapsed: 3.2e-05
-> nil: (editorconfig-fnmatch-p "a.js" "[^a-c1-3].js")
Elapsed: 0.0001
-> nil: (editorconfig-fnmatch-p "1.js" "[^a-c1-3].js")
Elapsed: 1.4999999999999999e-05
-> nil: (editorconfig-fnmatch-p "a.el" "a.{py,js}")
Elapsed: 2.3999999999999997e-05
-> nil: (editorconfig-fnmatch-p "a.el" "*.{py,js}")
Elapsed: 3.1e-05
-> nil: (editorconfig-fnmatch-p "/dir/a.el" "/dir/a.{py,js}")
Elapsed: 1.3e-05
-> nil: (editorconfig-fnmatch-p "/dir/a.el" "/dir/*.{py,js}")
Elapsed: 1.3e-05
-> nil: (editorconfig-fnmatch-p "/dir/a.el" "**.{py,js}")
Elapsed: 1.4999999999999999e-05
-> nil: (editorconfig-fnmatch-p "1.js" "{3..6}.js")
Elapsed: 3.5000000000000004e-05
-> nil: (editorconfig-fnmatch-p "-1.js" "{0..3}.js")
Elapsed: 1.1999999999999999e-05
-> nil: (editorconfig-fnmatch-p "-1.js" "{3..-3}.js")
Elapsed: 2.3e-05
passed 6/7 test-editorconfig-fnmatch-p
Loading info: editorconfig.el
[cl-struct-package-desc editorconfig (0 7 7) "EditorConfig Emacs Plugin" ((cl-lib (0 5))) single nil nil ((:authors ("EditorConfig Team" . "editorconfig@googlegroups.com")) (:maintainer "EditorConfig Team" . "editorconfig@googlegroups.com") (:url . "https://github.com/editorconfig/editorconfig-emacs#readme")) nil]
passed 7/7 test-metadata
Ran 7 tests, 7 results as expected (2016-08-08 19:14:07-0700)
git submodule update --init
Submodule 'editorconfig-core-test' (https://github.com/editorconfig/editorconfig-core-test.git) registered for path 'core-test'
Cloning into '/private/tmp/editorconfig-emacs/core-test'...
Submodule path 'core-test': checked out 'a1fb18913845e12b84835da8ea01a855d4c8be46'
cd /private/tmp/editorconfig-emacs/core-test && \
cmake -DEDITORCONFIG_CMD="/private/tmp/editorconfig-emacs/bin/editorconfig-el" .
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/editorconfig-emacs/core-test
cd /private/tmp/editorconfig-emacs/core-test && \
EMACS_BIN=emacs EDITORCONFIG_CORE_LIBRARY_PATH="/private/tmp/editorconfig-emacs" \
ctest --output-on-failure .
Test project /tmp/editorconfig-emacs/core-test
Start 1: star_single
1/179 Test #1: star_single ............................... Passed 0.08 sec
Start 2: star_zero
2/179 Test #2: star_zero ................................. Passed 0.07 sec
Start 3: star_multiple
3/179 Test #3: star_multiple ............................. Passed 0.07 sec
Start 4: star_over_slash
4/179 Test #4: star_over_slash ........................... Passed 0.08 sec
Start 5: star_after_slash
5/179 Test #5: star_after_slash ..........................***Failed Required regular expression not found.Regex=[^keyb=valueb[
]*$
] 0.07 sec
Start 6: question_single
6/179 Test #6: question_single ........................... Passed 0.08 sec
Start 7: question_zero
7/179 Test #7: question_zero ............................. Passed 0.08 sec
Start 8: question_multiple
8/179 Test #8: question_multiple ......................... Passed 0.08 sec
Start 9: brackets_close_inside
9/179 Test #9: brackets_close_inside ..................... Passed 0.07 sec
Start 10: brackets_close_outside
10/179 Test #10: brackets_close_outside .................... Passed 0.08 sec
Start 11: brackets_nclose_inside
11/179 Test #11: brackets_nclose_inside .................... Passed 0.08 sec
Start 12: brackets_nclose_outside
12/179 Test #12: brackets_nclose_outside ................... Passed 0.08 sec
Start 13: brackets_choice
13/179 Test #13: brackets_choice ........................... Passed 0.07 sec
Start 14: brackets_choice2
14/179 Test #14: brackets_choice2 .......................... Passed 0.08 sec
Start 15: brackets_nchoice
15/179 Test #15: brackets_nchoice .......................... Passed 0.08 sec
Start 16: brackets_nchoice2
16/179 Test #16: brackets_nchoice2 ......................... Passed 0.08 sec
Start 17: brackets_range
17/179 Test #17: brackets_range ............................ Passed 0.07 sec
Start 18: brackets_range2
18/179 Test #18: brackets_range2 ........................... Passed 0.13 sec
Start 19: brackets_nrange
19/179 Test #19: brackets_nrange ........................... Passed 0.14 sec
Start 20: brackets_nrange2
20/179 Test #20: brackets_nrange2 .......................... Passed 0.10 sec
Start 21: brackets_range_and_choice
21/179 Test #21: brackets_range_and_choice ................. Passed 0.09 sec
Start 22: brackets_choice_with_dash
22/179 Test #22: brackets_choice_with_dash ................. Passed 0.08 sec
Start 23: brackets_slash_inside1
23/179 Test #23: brackets_slash_inside1 .................... Passed 0.08 sec
Start 24: brackets_slash_inside2
24/179 Test #24: brackets_slash_inside2 .................... Passed 0.09 sec
Start 25: brackets_slash_inside3
25/179 Test #25: brackets_slash_inside3 ....................***Failed Required regular expression not found.Regex=[^slash_inside=true[
]*$
] 0.07 sec
Start 26: braces_word_choice1
26/179 Test #26: braces_word_choice1 ....................... Passed 0.07 sec
Start 27: braces_word_choice2
27/179 Test #27: braces_word_choice2 ....................... Passed 0.07 sec
Start 28: braces_word_choice3
28/179 Test #28: braces_word_choice3 ....................... Passed 0.07 sec
Start 29: braces_word_choice4
29/179 Test #29: braces_word_choice4 ....................... Passed 0.07 sec
Start 30: braces_single_choice
30/179 Test #30: braces_single_choice ...................... Passed 0.07 sec
Start 31: braces_single_choice_negative
31/179 Test #31: braces_single_choice_negative ............. Passed 0.07 sec
Start 32: braces_empty_choice
32/179 Test #32: braces_empty_choice ....................... Passed 0.08 sec
Start 33: braces_empty_choice_negative
33/179 Test #33: braces_empty_choice_negative .............. Passed 0.08 sec
Start 34: braces_empty_word1
34/179 Test #34: braces_empty_word1 ........................ Passed 0.07 sec
Start 35: braces_empty_word2
35/179 Test #35: braces_empty_word2 ........................ Passed 0.08 sec
Start 36: braces_empty_word3
36/179 Test #36: braces_empty_word3 ........................ Passed 0.07 sec
Start 37: braces_empty_word4
37/179 Test #37: braces_empty_word4 ........................ Passed 0.07 sec
Start 38: braces_empty_words1
38/179 Test #38: braces_empty_words1 ....................... Passed 0.07 sec
Start 39: braces_empty_words2
39/179 Test #39: braces_empty_words2 ....................... Passed 0.08 sec
Start 40: braces_empty_words3
40/179 Test #40: braces_empty_words3 ....................... Passed 0.07 sec
Start 41: braces_empty_words4
41/179 Test #41: braces_empty_words4 ....................... Passed 0.07 sec
Start 42: braces_no_closing
42/179 Test #42: braces_no_closing ......................... Passed 0.07 sec
Start 43: braces_no_closing_negative
43/179 Test #43: braces_no_closing_negative ................ Passed 0.08 sec
Start 44: braces_nested1
44/179 Test #44: braces_nested1 ............................ Passed 0.08 sec
Start 45: braces_nested2
45/179 Test #45: braces_nested2 ............................ Passed 0.07 sec
Start 46: braces_nested3
46/179 Test #46: braces_nested3 ............................ Passed 0.07 sec
Start 47: braces_nested4
47/179 Test #47: braces_nested4 ............................ Passed 0.07 sec
Start 48: braces_nested5
48/179 Test #48: braces_nested5 ............................ Passed 0.07 sec
Start 49: braces_closing_in_beginning
49/179 Test #49: braces_closing_in_beginning ............... Passed 0.07 sec
Start 50: braces_unmatched1
50/179 Test #50: braces_unmatched1 ......................... Passed 0.07 sec
Start 51: braces_unmatched2
51/179 Test #51: braces_unmatched2 ......................... Passed 0.07 sec
Start 52: braces_unmatched3
52/179 Test #52: braces_unmatched3 ......................... Passed 0.08 sec
Start 53: braces_unmatched4
53/179 Test #53: braces_unmatched4 ......................... Passed 0.08 sec
Start 54: braces_unmatched5
54/179 Test #54: braces_unmatched5 ......................... Passed 0.07 sec
Start 55: braces_escaped_comma1
55/179 Test #55: braces_escaped_comma1 ..................... Passed 0.07 sec
Start 56: braces_escaped_comma2
56/179 Test #56: braces_escaped_comma2 ..................... Passed 0.10 sec
Start 57: braces_escaped_comma3
57/179 Test #57: braces_escaped_comma3 ..................... Passed 0.07 sec
Start 58: braces_escaped_brace1
58/179 Test #58: braces_escaped_brace1 ..................... Passed 0.07 sec
Start 59: braces_escaped_brace2
59/179 Test #59: braces_escaped_brace2 ..................... Passed 0.07 sec
Start 60: braces_escaped_brace3
60/179 Test #60: braces_escaped_brace3 ..................... Passed 0.07 sec
Start 61: braces_escaped_backslash1
61/179 Test #61: braces_escaped_backslash1 ................. Passed 0.07 sec
Start 62: braces_escaped_backslash2
62/179 Test #62: braces_escaped_backslash2 ................. Passed 0.08 sec
Start 63: braces_escaped_backslash3
63/179 Test #63: braces_escaped_backslash3 ................. Passed 0.07 sec
Start 64: braces_patterns_nested1
64/179 Test #64: braces_patterns_nested1 ................... Passed 0.08 sec
Start 65: braces_patterns_nested2
65/179 Test #65: braces_patterns_nested2 ................... Passed 0.08 sec
Start 66: braces_patterns_nested3
66/179 Test #66: braces_patterns_nested3 ................... Passed 0.07 sec
Start 67: braces_patterns_nested4
67/179 Test #67: braces_patterns_nested4 ................... Passed 0.08 sec
Start 68: braces_patterns_nested5
68/179 Test #68: braces_patterns_nested5 ................... Passed 0.07 sec
Start 69: braces_patterns_nested6
69/179 Test #69: braces_patterns_nested6 ................... Passed 0.08 sec
Start 70: braces_patterns_nested7
70/179 Test #70: braces_patterns_nested7 ................... Passed 0.08 sec
Start 71: braces_patterns_nested8
71/179 Test #71: braces_patterns_nested8 ................... Passed 0.07 sec
Start 72: braces_patterns_nested9
72/179 Test #72: braces_patterns_nested9 ................... Passed 0.07 sec
Start 73: braces_patterns_nested10
73/179 Test #73: braces_patterns_nested10 .................. Passed 0.07 sec
Start 74: braces_patterns_nested11
74/179 Test #74: braces_patterns_nested11 .................. Passed 0.07 sec
Start 75: braces_patterns_nested12
75/179 Test #75: braces_patterns_nested12 .................. Passed 0.07 sec
Start 76: braces_numeric_range1
76/179 Test #76: braces_numeric_range1 ..................... Passed 0.09 sec
Start 77: braces_numeric_range2
77/179 Test #77: braces_numeric_range2 ..................... Passed 0.08 sec
Start 78: braces_numeric_range3
78/179 Test #78: braces_numeric_range3 ..................... Passed 0.08 sec
Start 79: braces_numeric_range4
79/179 Test #79: braces_numeric_range4 ..................... Passed 0.07 sec
Start 80: braces_numeric_range5
80/179 Test #80: braces_numeric_range5 ..................... Passed 0.09 sec
Start 81: braces_numeric_range6
81/179 Test #81: braces_numeric_range6 ..................... Passed 0.08 sec
Start 82: braces_numeric_range7
82/179 Test #82: braces_numeric_range7 ..................... Passed 0.07 sec
Start 83: braces_numeric_range8
83/179 Test #83: braces_numeric_range8 ..................... Passed 0.08 sec
Start 84: braces_alpha_range1
84/179 Test #84: braces_alpha_range1 ....................... Passed 0.07 sec
Start 85: braces_alpha_range3
85/179 Test #85: braces_alpha_range3 ....................... Passed 0.07 sec
Start 86: braces_alpha_range6
86/179 Test #86: braces_alpha_range6 ....................... Passed 0.07 sec
Start 87: braces_alpha_range8
87/179 Test #87: braces_alpha_range8 ....................... Passed 0.07 sec
Start 88: braces_alpha_range9
88/179 Test #88: braces_alpha_range9 ....................... Passed 0.07 sec
Start 89: utf_8_char
89/179 Test #89: utf_8_char ................................ Passed 0.07 sec
Start 90: star_star_over_separator1
90/179 Test #90: star_star_over_separator1 ................. Passed 0.07 sec
Start 91: star_star_over_separator2
91/179 Test #91: star_star_over_separator2 ................. Passed 0.07 sec
Start 92: star_star_over_separator3
92/179 Test #92: star_star_over_separator3 ................. Passed 0.07 sec
Start 93: star_star_over_separator4
93/179 Test #93: star_star_over_separator4 ................. Passed 0.07 sec
Start 94: star_star_over_separator5
94/179 Test #94: star_star_over_separator5 ................. Passed 0.08 sec
Start 95: star_star_over_separator6
95/179 Test #95: star_star_over_separator6 ................. Passed 0.07 sec
Start 96: star_star_over_separator7
96/179 Test #96: star_star_over_separator7 .................***Failed Required regular expression not found.Regex=[^key2=value2[
]*$
] 0.07 sec
Start 97: star_star_over_separator8
97/179 Test #97: star_star_over_separator8 .................***Failed Required regular expression not found.Regex=[^key2=value2[
]*$
] 0.07 sec
Start 98: star_star_over_separator9
98/179 Test #98: star_star_over_separator9 .................***Failed Required regular expression not found.Regex=[^key2=value2[
]*$
] 0.07 sec
Start 99: star_star_over_separator10
99/179 Test #99: star_star_over_separator10 ................ Passed 0.07 sec
Start 100: star_star_over_separator11
100/179 Test #100: star_star_over_separator11 ................ Passed 0.07 sec
Start 101: star_star_over_separator12
101/179 Test #101: star_star_over_separator12 ................ Passed 0.07 sec
Start 102: star_star_over_separator13
102/179 Test #102: star_star_over_separator13 ................***Failed Required regular expression not found.Regex=[^key3=value3[
]*$
] 0.07 sec
Start 103: star_star_over_separator14
103/179 Test #103: star_star_over_separator14 ................***Failed Required regular expression not found.Regex=[^key3=value3[
]*$
] 0.09 sec
Start 104: star_star_over_separator15
104/179 Test #104: star_star_over_separator15 ................***Failed Required regular expression not found.Regex=[^key3=value3[
]*$
] 0.07 sec
Start 105: star_star_over_separator16
105/179 Test #105: star_star_over_separator16 ................ Passed 0.08 sec
Start 106: star_star_over_separator17
106/179 Test #106: star_star_over_separator17 ................ Passed 0.07 sec
Start 107: star_star_over_separator18
107/179 Test #107: star_star_over_separator18 ................ Passed 0.07 sec
Start 108: star_star_over_separator19
108/179 Test #108: star_star_over_separator19 ................***Failed Required regular expression not found.Regex=[^key4=value4[
]*$
] 0.07 sec
Start 109: star_star_over_separator20
109/179 Test #109: star_star_over_separator20 ................***Failed Required regular expression not found.Regex=[^key4=value4[
]*$
] 0.07 sec
Start 110: star_star_over_separator21
110/179 Test #110: star_star_over_separator21 ................ Passed 0.08 sec
Start 111: star_star_over_separator22
111/179 Test #111: star_star_over_separator22 ................ Passed 0.07 sec
Start 112: star_star_over_separator23
112/179 Test #112: star_star_over_separator23 ................ Passed 0.07 sec
Start 113: star_star_over_separator24
113/179 Test #113: star_star_over_separator24 ................ Passed 0.08 sec
Start 114: tab_width_default
114/179 Test #114: tab_width_default ......................... Passed 0.08 sec
Start 115: tab_width_default_indent_size_tab
115/179 Test #115: tab_width_default_indent_size_tab ......... Passed 0.07 sec
Start 116: indent_size_default
116/179 Test #116: indent_size_default ....................... Passed 0.07 sec
Start 117: indent_size_default_pre_0_9_0
117/179 Test #117: indent_size_default_pre_0_9_0 ............. Passed 0.07 sec
Start 118: indent_size_default_space
118/179 Test #118: indent_size_default_space ................. Passed 0.07 sec
Start 119: indent_size_default_with_tab_width
119/179 Test #119: indent_size_default_with_tab_width ........ Passed 0.07 sec
Start 120: lowercase_values1
120/179 Test #120: lowercase_values1 ......................... Passed 0.07 sec
Start 121: lowercase_values2
121/179 Test #121: lowercase_values2 ......................... Passed 0.08 sec
Start 122: lowercase_values3
122/179 Test #122: lowercase_values3 ......................... Passed 0.07 sec
Start 123: lowercase_names
123/179 Test #123: lowercase_names ........................... Passed 0.07 sec
Start 124: repeat_sections
124/179 Test #124: repeat_sections ........................... Passed 0.07 sec
Start 125: basic_cascade
125/179 Test #125: basic_cascade ............................. Passed 0.07 sec
Start 126: no_whitespace
126/179 Test #126: no_whitespace ............................. Passed 0.07 sec
Start 127: single_spaces_around_equals
127/179 Test #127: single_spaces_around_equals ............... Passed 0.08 sec
Start 128: multiple_spaces_around_equals
128/179 Test #128: multiple_spaces_around_equals ............. Passed 0.07 sec
Start 129: spaces_before_property_name
129/179 Test #129: spaces_before_property_name ............... Passed 0.07 sec
Start 130: spaces_after_property_value
130/179 Test #130: spaces_after_property_value ............... Passed 0.07 sec
Start 131: blank_lines_between_properties
131/179 Test #131: blank_lines_between_properties ............ Passed 0.08 sec
Start 132: spaces_in_section_name
132/179 Test #132: spaces_in_section_name .................... Passed 0.08 sec
Start 133: spaces_before_section_name
133/179 Test #133: spaces_before_section_name ................ Passed 0.07 sec
Start 134: spaces_after_section_name
134/179 Test #134: spaces_after_section_name ................. Passed 0.07 sec
Start 135: spaces_before_middle_property
135/179 Test #135: spaces_before_middle_property ............. Passed 0.07 sec
Start 136: colon_sep_no_whitespace
136/179 Test #136: colon_sep_no_whitespace ................... Passed 0.07 sec
Start 137: colon_sep_single_spaces_around_equals
137/179 Test #137: colon_sep_single_spaces_around_equals ..... Passed 0.07 sec
Start 138: colon_sep_multiple_spaces_around_equals
138/179 Test #138: colon_sep_multiple_spaces_around_equals ... Passed 0.07 sec
Start 139: colon_sep_spaces_before_property_name
139/179 Test #139: colon_sep_spaces_before_property_name ..... Passed 0.07 sec
Start 140: colon_sep_spaces_after_property_value
140/179 Test #140: colon_sep_spaces_after_property_value ..... Passed 0.07 sec
Start 141: comments_after_property
141/179 Test #141: comments_after_property ................... Passed 0.08 sec
Start 142: comments_after_section
142/179 Test #142: comments_after_section .................... Passed 0.07 sec
Start 143: comment_before_props
143/179 Test #143: comment_before_props ...................... Passed 0.07 sec
Start 144: comment_between_props
144/179 Test #144: comment_between_props ..................... Passed 0.07 sec
Start 145: semicolon_in_property
145/179 Test #145: semicolon_in_property ..................... Passed 0.07 sec
Start 146: escaped_semicolon_in_property
146/179 Test #146: escaped_semicolon_in_property ............. Passed 0.07 sec
Start 147: escaped_semicolon_in_section
147/179 Test #147: escaped_semicolon_in_section .............. Passed 0.07 sec
Start 148: octothorpe_comments_after_property
148/179 Test #148: octothorpe_comments_after_property ........ Passed 0.07 sec
Start 149: octothorpe_comments_after_section
149/179 Test #149: octothorpe_comments_after_section ......... Passed 0.07 sec
Start 150: octothorpe_comment_before_props
150/179 Test #150: octothorpe_comment_before_props ........... Passed 0.08 sec
Start 151: octothorpe_comment_between_props
151/179 Test #151: octothorpe_comment_between_props .......... Passed 0.07 sec
Start 152: octothorpe_in_property
152/179 Test #152: octothorpe_in_property .................... Passed 0.08 sec
Start 153: escaped_octothorpe_in_property
153/179 Test #153: escaped_octothorpe_in_property ............ Passed 0.08 sec
Start 154: escaped_octothorpe_in_section
154/179 Test #154: escaped_octothorpe_in_section ............. Passed 0.08 sec
Start 155: bom_at_head
155/179 Test #155: bom_at_head ............................... Passed 0.07 sec
Start 156: crlf_linesep
156/179 Test #156: crlf_linesep .............................. Passed 0.07 sec
Start 157: max_property_name
157/179 Test #157: max_property_name ......................... Passed 0.07 sec
Start 158: max_property_value
158/179 Test #158: max_property_value ........................ Passed 0.07 sec
Start 159: max_section_name_ok
159/179 Test #159: max_section_name_ok ....................... Passed 0.07 sec
Start 160: max_section_name_ignore
160/179 Test #160: max_section_name_ignore ................... Passed 0.07 sec
Start 161: parent_directory
161/179 Test #161: parent_directory .......................... Passed 0.07 sec
Start 162: parent_and_current_dir
162/179 Test #162: parent_and_current_dir .................... Passed 0.08 sec
Start 163: parent_dir_overload
163/179 Test #163: parent_dir_overload ....................... Passed 0.08 sec
Start 164: parent_dir_overload_repeat
164/179 Test #164: parent_dir_overload_repeat ................ Passed 0.07 sec
Start 165: parent_dir_overload_repeat2
165/179 Test #165: parent_dir_overload_repeat2 ............... Passed 0.07 sec
Start 166: root_file
166/179 Test #166: root_file ................................. Passed 0.07 sec
Start 167: root_file_mixed_case
167/179 Test #167: root_file_mixed_case ...................... Passed 0.07 sec
Start 168: root_pattern
168/179 Test #168: root_pattern .............................. Passed 0.07 sec
Start 169: path_separator
169/179 Test #169: path_separator ............................***Failed Required regular expression not found.Regex=[^key=value[
]*$
] 0.07 sec
Start 170: path_separator_backslash_in_cmd_line
170/179 Test #170: path_separator_backslash_in_cmd_line ...... Passed 0.07 sec
Start 171: nested_path_separator
171/179 Test #171: nested_path_separator ..................... Passed 0.08 sec
Start 172: top_level_path_separator
172/179 Test #172: top_level_path_separator ..................***Failed Required regular expression not found.Regex=[^key=value[
]*$
] 0.07 sec
Start 173: top_level_path_separator_neg
173/179 Test #173: top_level_path_separator_neg .............. Passed 0.07 sec
Start 174: windows_separator
174/179 Test #174: windows_separator ......................... Passed 0.07 sec
Start 175: windows_separator2
175/179 Test #175: windows_separator2 ........................ Passed 0.07 sec
Start 176: backslash_not_on_windows
176/179 Test #176: backslash_not_on_windows .................. Passed 0.07 sec
Start 177: test_long_version_switch
177/179 Test #177: test_long_version_switch .................. Passed 0.06 sec
Start 178: test_short_version_switch
178/179 Test #178: test_short_version_switch ................. Passed 0.06 sec
Start 179: multiple_files_on_command_line
179/179 Test #179: multiple_files_on_command_line ............ Passed 0.08 sec
93% tests passed, 12 tests failed out of 179
Total Test time (real) = 13.34 sec
The following tests FAILED:
5 - star_after_slash (Failed)
25 - brackets_slash_inside3 (Failed)
96 - star_star_over_separator7 (Failed)
97 - star_star_over_separator8 (Failed)
98 - star_star_over_separator9 (Failed)
102 - star_star_over_separator13 (Failed)
103 - star_star_over_separator14 (Failed)
104 - star_star_over_separator15 (Failed)
108 - star_star_over_separator19 (Failed)
109 - star_star_over_separator20 (Failed)
169 - path_separator (Failed)
172 - top_level_path_separator (Failed)
Errors while running CTest
make: *** [test-core] Error 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment