Skip to content

Instantly share code, notes, and snippets.

@kaoruAngel
Created July 14, 2014 10:57
Show Gist options
  • Save kaoruAngel/cc8b7d197e2a19439efd to your computer and use it in GitHub Desktop.
Save kaoruAngel/cc8b7d197e2a19439efd to your computer and use it in GitHub Desktop.
clink test results from build w/ config=release32, using mingw-w64 gcc-4.9.1 (20140430, prerelease), on Win8.1 x64
n:\Code\others\clink\.build\gmake\bin\release>clink_test_x86.exe --scripts=N:\Code\others\clink\clink\test
Tests: test_core
Tests: test_basic
2.1 File system matches.......................pass
2.2 Single file...............................pass
2.3 Single dir................................pass
2.4 Dir slash flip............................pass
2.5 Path slash flip...........................pass
2.6 Case mapping matches......................pass
2.7 Case mapping output.......................pass
2.8 Case mapping complex......................fail
-- Results --
Cwd: N:\Software\portable\ConEmu\Data\Temp\s99s
Input: nullcmd case_map-_
Output: nullcmd case_map_
-- Expected --
Output: nullcmd case_map-_
Tests: test_quotes
3.1 No quote added............................pass
3.2 Quote added...............................pass
3.3 Quote added case mapped...................pass
Tests: test_dir
4.1 Matches: cd...............................pass
4.2 Single (with -/_): cd.....................pass
4.3 Relative: cd..............................pass
4.4 No matches: cd............................pass
4.5 Nested (forward slash): cd................pass
4.6 Matches: rd...............................pass
4.7 Single (with -/_): rd.....................pass
4.8 Relative: rd..............................pass
4.9 No matches: rd............................pass
4.10 Nested (forward slash): rd...............pass
4.11 Matches: rmdir...........................pass
4.12 Single (with -/_): rmdir.................pass
4.13 Relative: rmdir..........................pass
4.14 No matches: rmdir........................pass
4.15 Nested (forward slash): rmdir............pass
4.16 Matches: md..............................pass
4.17 Single (with -/_): md....................pass
4.18 Relative: md.............................pass
4.19 No matches: md...........................pass
4.20 Nested (forward slash): md...............pass
4.21 Matches: mkdir...........................pass
4.22 Single (with -/_): mkdir.................pass
4.23 Relative: mkdir..........................pass
4.24 No matches: mkdir........................pass
4.25 Nested (forward slash): mkdir............pass
4.26 Matches: pushd...........................pass
4.27 Single (with -/_): pushd.................pass
4.28 Relative: pushd..........................pass
4.29 No matches: pushd........................pass
4.30 Nested (forward slash): pushd............pass
Tests: test_set
5.1 Output basic..............................pass
5.2 Output case map...........................pass
5.3 Case mapped matches.......................pass
5.4 File matches after =......................pass
Tests: test_exec
6.1 PATH......................................pass
6.2 PATH case mapped..........................pass
6.3 PATH matches..............................pass
6.4 Cmd.exe commands..........................pass
6.5 Relative path.............................pass
6.6 Relative path dir.........................pass
6.7 Relative path dir (with '_')..............pass
6.8 Separator | 1.............................pass
6.9 Separator | 2.............................pass
6.10 Separator & 1............................pass
6.11 Separator & 2............................pass
6.12 Separator && 1...........................pass
6.13 Separator && 2...........................pass
6.14 Spaces (path)............................pass
6.15 Spaces (relative)........................pass
6.16 Separator false positive.................pass
6.17 Style - cwd (no dirs)....................pass
6.18 Style - cwd (all)........................pass
6.19 Space prefix; none.......................pass
6.20 Space prefix; space......................pass
6.21 Space prefix; spaces.....................pass
Tests: test_env
7.1 Output basic..............................pass
7.2 Second %var%..............................pass
7.3 Output case map...........................pass
7.4 Case mapped matches.......................pass
7.5 Mid-word..................................pass
7.6 Not in quotes.............................pass
7.7 In quotes.................................pass
7.8 File matches follow %var%<TAB>............fail
-- Results --
Cwd: N:\Software\portable\ConEmu\Data\Temp\s99s
Input: nullcmd %null_env_var%_
Output: nullcmd %null_env_var%_
-- Expected --
Output: <no_test>_
Matches: case_map-1
Matches: case_map_2
Matches: dir1\
Matches: dir2\
Matches: file1
Matches: file2
Tests: test_args
8.1 Node matches 1............................pass
8.2 Node matches 2............................pass
8.3 Node matches 3 (.exe).....................pass
8.4 Node matches 4 (.bat).....................pass
8.5 Node matches quoted 1.....................pass
8.6 Node matches quoted executable............pass
8.7 Key as only match.........................pass
8.8 Simple traversal 1........................pass
8.9 Simple traversal 2........................pass
8.10 Simple traversal 3.......................pass
8.11 Simple traversal 4.......................pass
8.12 Quoted traversal 1.......................pass
8.13 Quoted traversal 2a......................pass
8.14 Quoted traversal 2b......................pass
8.15 Quoted traversal 2c......................pass
8.16 Quoted traversal 3.......................pass
8.17 Quoted traversal 4.......................pass
8.18 Quoted traversal 5.......................pass
8.19 Loop property: basic.....................pass
8.20 Loop property: miss......................pass
8.21 Separator && 1...........................pass
8.22 Separator && 1...........................pass
8.23 Separator && 2...........................pass
8.24 Separator && 3...........................pass
8.25 Separator &..............................pass
8.26 Separator | 1............................pass
8.27 Separator | 2............................pass
8.28 Separator multiple 1.....................pass
8.29 Separator multiple 2.....................pass
8.30 Not separator............................pass
8.31 Path: relative...........................pass
8.32 Path: absolute...........................pass
8.33 File matching enabled....................pass
8.34 File matching disabled: sub..............pass
8.35 File matching disabled: this.............pass
8.36 Parserless: table........................pass
8.37 Full match is also partial match 1.......pass
8.38 Full match is also partial match 2.......pass
8.39 Nested table: simple.....................pass
8.40 Nested table: sub-parser.................pass
8.41 Nested full parser.......................pass
8.42 Nested full parser - loop................pass
8.43 Flags: slash 1a..........................pass
8.44 Flags: slash 1b..........................pass
8.45 Flags: slash 1c..........................pass
8.46 Flags: slash 1d..........................pass
8.47 Flags: slash 2a..........................pass
8.48 Flags: slash 2b..........................pass
8.49 Flags: slash 2c..........................pass
8.50 Flags: dash 1............................pass
8.51 Flags: dash 2............................pass
8.52 Skip 1...................................pass
8.53 Skip 2...................................pass
8.54 Skip 3...................................pass
Tests: test_merge
9.1 flg_p_flg_s -flg_.........................pass
9.2 ______str_s...............................fail
-- Results --
Cwd: N:\Software\portable\ConEmu\Data\Temp\s99s
Input: argcmd_merge ______str_s_
Output: argcmd_merge ______str_s _
-- Expected --
Output: argcmd_merge ______str_s str_s _
9.3 ______sub_s...............................fail
-- Results --
Cwd: N:\Software\portable\ConEmu\Data\Temp\s99s
Input: argcmd_merge ______sub_s_
Output: argcmd_merge ______sub_s _
-- Expected --
Output: argcmd_merge ______sub_s sub_s _
9.4 str_p______...............................pass
9.5 sub_p______...............................fail
-- Results --
Cwd: N:\Software\portable\ConEmu\Data\Temp\s99s
Input: argcmd_merge sub_p_______
Output: argcmd_merge sub_p______ s_
-- Expected --
Output: argcmd_merge sub_p______ sub_p _
n:\Code\others\clink\.build\gmake\bin\release>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment