components/gperf/test/results-64.master
author Craig Mohrman <craig.mohrman@oracle.com>
Fri, 31 Jul 2015 20:18:51 -0700
changeset 4729 1841446970af
child 6369 d33fb81560a8
permissions -rw-r--r--
21526480 gperf needs test and system-test targets hooked up
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4729
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     1
make[1]: Entering directory `$(@D)'
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     2
cd lib; /usr/gnu/bin/make check
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     3
make[2]: Entering directory `$(@D)/lib'
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     4
make[2]: Nothing to be done for `check'.
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     5
make[2]: Leaving directory `$(@D)/lib'
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     6
cd src; /usr/gnu/bin/make check
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     7
make[2]: Entering directory `$(@D)/src'
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     8
make[2]: Nothing to be done for `check'.
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     9
make[2]: Leaving directory `$(@D)/src'
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    10
cd tests; /usr/gnu/bin/make check
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    11
make[2]: Entering directory `$(@D)/tests'
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    12
performing some tests of the perfect hash generator
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    13
gperf -c -l -S1 -I -o $(SOURCE_DIR)/tests/c.gperf > cinset.c
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    14
testing ANSI C reserved words, all items should be found in the set
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    15
./cout -v < $(SOURCE_DIR)/tests/c.gperf | tr -d '\r' > c.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    16
diff $(SOURCE_DIR)/tests/c.exp c.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    17
gperf -k1,4,'$' -I $(SOURCE_DIR)/tests/ada.gperf > adainset.c
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    18
testing Ada reserved words, all items should be found in the set
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    19
./aout -v < $(SOURCE_DIR)/tests/ada.gperf | tr -d '\r' > ada-res.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    20
diff $(SOURCE_DIR)/tests/ada-res.exp ada-res.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    21
gperf -D -k1,'$' -s 2 -I -o $(SOURCE_DIR)/tests/adadefs.gperf > preinset.c
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    22
1 input keys have identical hash values, examine output carefully...
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    23
testing Ada predefined words, all items should be found in the set
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    24
./preout -v < $(SOURCE_DIR)/tests/adadefs.gperf | tr -d '\r' > ada-pred.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    25
diff $(SOURCE_DIR)/tests/ada-pred.exp ada-pred.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    26
gperf -k1,2,'$' -I -o $(SOURCE_DIR)/tests/modula3.gperf > m3inset.c
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    27
testing Modula3 reserved words, all items should be found in the set
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    28
./m3out -v < $(SOURCE_DIR)/tests/modula3.gperf | tr -d '\r' > modula.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    29
diff $(SOURCE_DIR)/tests/modula.exp modula.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    30
gperf -o -S2 -I < $(SOURCE_DIR)/tests/pascal.gperf > pinset.c
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    31
testing Pascal reserved words, all items should be found in the set
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    32
./pout -v < $(SOURCE_DIR)/tests/pascal.gperf | tr -d '\r' > pascal.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    33
diff $(SOURCE_DIR)/tests/pascal.exp pascal.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    34
gperf -k1 -t -I -K foreign_name < $(SOURCE_DIR)/tests/lang-utf8.gperf > lu8inset.c
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    35
testing UTF-8 encoded languages, all items should be found in the set
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    36
sed -e '1,6d' -e 's/,.*//' < $(SOURCE_DIR)/tests/lang-utf8.gperf | ./lu8out -v | tr -d '\r' > lang-utf8.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    37
diff $(SOURCE_DIR)/tests/lang-utf8.exp lang-utf8.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    38
gperf -k4 -t -l -I -K foreign_name < $(SOURCE_DIR)/tests/lang-ucs2.gperf > lu2inset.c
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    39
testing UCS-2 encoded languages, all items should be found in the set
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    40
./lu2out -v < $(SOURCE_DIR)/tests/lang-ucs2.in | tr -d '\r' > lang-ucs2.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    41
diff $(SOURCE_DIR)/tests/lang-ucs2.exp lang-ucs2.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    42
testing SMTP keywords, case-insensitive
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    43
gperf --struct-type --readonly-table --enum --global -K field_name -N header_entry --ignore-case $(SOURCE_DIR)/tests/smtp.gperf > smtp.c
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    44
./smtp
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    45
gperf --struct-type --readonly-table --enum --global -K field_name -N header_entry --ignore-case --compare-strncmp $(SOURCE_DIR)/tests/smtp.gperf > smtp.c
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    46
./smtp
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    47
gperf --struct-type --readonly-table --enum --global -K field_name -N header_entry --ignore-case --compare-lengths $(SOURCE_DIR)/tests/smtp.gperf > smtp.c
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    48
./smtp
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    49
gperf -L C -F ', 0, 0' -j1 -i 1 -g -o -t -G -N is_reserved_word -k1,3,'$' < $(SOURCE_DIR)/tests/c-parse.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > c-parse.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    50
diff $(SOURCE_DIR)/tests/c-parse.exp c-parse.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    51
gperf -j1 -i 1 -g -o -t -N is_reserved_word -k1,3,'$' < $(SOURCE_DIR)/tests/objc.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > objc.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    52
diff $(SOURCE_DIR)/tests/objc.exp objc.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    53
gperf -L C -F ', 0, 0, 0' -D -E -S1 -j1 -i 1 -g -o -t -k'*' < $(SOURCE_DIR)/tests/chill.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > chill.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    54
diff $(SOURCE_DIR)/tests/chill.exp chill.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    55
gperf -L C -F ', 0, 0' -j1 -g -o -t -N is_reserved_word -k1,4,7,'$' < $(SOURCE_DIR)/tests/cplusplus.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > cplusplus.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    56
diff $(SOURCE_DIR)/tests/cplusplus.exp cplusplus.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    57
gperf -L C -F ', 0' -t -j1 -i 1 -g -o -N java_keyword -k1,3,'$' < $(SOURCE_DIR)/tests/java.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > java.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    58
diff $(SOURCE_DIR)/tests/java.exp java.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    59
gperf -n -k1-8 -l < $(SOURCE_DIR)/tests/modula2.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > modula2.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    60
diff $(SOURCE_DIR)/tests/modula2.exp modula2.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    61
gperf -D -t -k1,'$' < $(SOURCE_DIR)/tests/c-parse.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > test-4.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    62
8 input keys have identical hash values, examine output carefully...
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    63
diff $(SOURCE_DIR)/tests/test-4.exp test-4.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    64
gperf -g -o -j1 -t -N is_reserved_word < $(SOURCE_DIR)/tests/gpc.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > gpc.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    65
diff $(SOURCE_DIR)/tests/gpc.exp gpc.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    66
gperf -m5 < $(SOURCE_DIR)/tests/permut2.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > permut2.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    67
diff $(SOURCE_DIR)/tests/permut2.exp permut2.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    68
gperf -m5 < $(SOURCE_DIR)/tests/permut3.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > permut3.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    69
diff $(SOURCE_DIR)/tests/permut3.exp permut3.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    70
gperf -m5 --ignore-case < $(SOURCE_DIR)/tests/permutc2.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > permutc2.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    71
diff $(SOURCE_DIR)/tests/permutc2.exp permutc2.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    72
gperf -C -E -G -I -t < $(SOURCE_DIR)/tests/charsets.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > charsets.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    73
diff $(SOURCE_DIR)/tests/charsets.exp charsets.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    74
gperf -C -E -G -I -t < $(SOURCE_DIR)/tests/languages.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > languages.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    75
diff $(SOURCE_DIR)/tests/languages.exp languages.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    76
gperf -t < $(SOURCE_DIR)/tests/incomplete.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > incomplete.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    77
diff $(SOURCE_DIR)/tests/incomplete.exp incomplete.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    78
gperf -h | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > test-6.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    79
diff $(SOURCE_DIR)/tests/test-6.exp test-6.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    80
only if, do, for, case, goto, else, while, and return should be found 
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    81
./aout -v < $(SOURCE_DIR)/tests/c.gperf | tr -d '\r' | sed -e 's|[^ ]*[/\\][\\]*src[/\\][\\]*gperf[^ ]*|gperf|' > test-7.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    82
diff $(SOURCE_DIR)/tests/test-7.exp test-7.out
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    83
make[2]: Leaving directory `$(@D)/tests'
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    84
cd doc; /usr/gnu/bin/make check
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    85
make[2]: Entering directory `$(@D)/doc'
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    86
make[2]: Nothing to be done for `check'.
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    87
make[2]: Leaving directory `$(@D)/doc'
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    88
make[1]: Leaving directory `$(@D)'