Builder ggettext-solaris10-i386 Build #966
Results:
Failed shell shell_1 shell_2 shell_3
SourceStamp:
Project | ggettext |
Repository | git://git.savannah.gnu.org/gettext.git |
Branch | master |
Revision | 81c37f4901fc6b69eadabe2ab622629db2941010 |
Got Revision | 81c37f4901fc6b69eadabe2ab622629db2941010 |
Changes | 3 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-ggettext-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/ggettext-solaris10-i386 | slave |
buildername | ggettext-solaris10-i386 | Builder |
buildnumber | 966 | Build |
codebase | Build | |
got_revision | 81c37f4901fc6b69eadabe2ab622629db2941010 | Git |
project | ggettext | Build |
repository | git://git.savannah.gnu.org/gettext.git | Build |
revision | 81c37f4901fc6b69eadabe2ab622629db2941010 | Build |
scheduler | schedule-ggettext-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/ggettext-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Bruno Haiblebruno@clisp.org
Timing:
Start | Sat Jun 21 03:02:51 2025 |
End | Sat Jun 21 03:04:32 2025 |
Elapsed | 1 mins, 41 secs |
All Changes:
:
Change #237188
Category ggettext Changed by Bruno Haible <bruno @clisp.org>Changed at Sat 21 Jun 2025 02:51:44 Repository git://git.savannah.gnu.org/gettext.git Project ggettext Branch master Revision 528364fd5dac5e87528b3fad130c3074ab31c115 Comments
tests: Avoid a test failure with valgrind. * gettext-tools/tests/xgettext-python-9: Filter out the valgrind traces.
Changed files
- gettext-tools/tests/xgettext-python-9
Change #237189
Category ggettext Changed by Bruno Haible <bruno @clisp.org>Changed at Sat 21 Jun 2025 02:53:18 Repository git://git.savannah.gnu.org/gettext.git Project ggettext Branch master Revision 6ced019bdd43c1aaa7bebe0c61a48f627ec36a54 Comments
xgettext: Shell: Recognize \c escape sequences in $'...' strings. * gettext-tools/src/x-sh.c (read_word): Recognize \c escape sequences. * gettext-tools/tests/xgettext-sh-1: Add test cases with ASCII $'...' strings.
Changed files
- gettext-tools/src/x-sh.c
- gettext-tools/tests/xgettext-sh-1
Change #237190
Category ggettext Changed by Bruno Haible <bruno @clisp.org>Changed at Sat 21 Jun 2025 02:53:23 Repository git://git.savannah.gnu.org/gettext.git Project ggettext Branch master Revision 81c37f4901fc6b69eadabe2ab622629db2941010 Comments
xgettext: Shell: Recognize \u and \U escape sequences in $'...' strings. * gettext-tools/src/xg-mixed-string.h (mixed_string_remove_prefix, mixed_string_buffer_equals, mixed_string_buffer_startswith, mixed_string_buffer_cloned_result): New declarations. * gettext-tools/src/xg-mixed-string.c (mixed_string_remove_prefix): New function. (mixed_string_buffer_is_empty): Also test the absence of utf16_surr. (mixed_string_buffer_equals, mixed_string_buffer_startswith, mixed_string_buffer_cloned_result): New functions. * gettext-tools/src/x-sh.c (struct token): Remove type. (init_token, free_token, grow_token, string_of_token): Remove functions. (struct word): Change type of 'token' field. (free_word): Update. (string_of_word, substring_of_word): Remove functions. (read_word): Call mixed_string_buffer_init instead of init_token, mixed_string_buffer_destroy instead of free_token, mixed_string_buffer_append_char instead of grow_token. Update accesses to wp->token. Recognize \u and \U escape sequences in $'...' strings. (read_command): Call mixed_string_buffer_cloned_result instead of string_of_word. Update accesses to inner.token. * gettext-tools/tests/xgettext-sh-7: Use --from-code option. * gettext-tools/tests/xgettext-sh-9: New file. * gettext-tools/tests/Makefile.am (TESTS): Add it. * NEWS: Mention this and the previous change.
Changed files
- NEWS
- gettext-tools/src/x-sh.c
- gettext-tools/src/xg-mixed-string.c
- gettext-tools/src/xg-mixed-string.h
- gettext-tools/tests/Makefile.am
- gettext-tools/tests/xgettext-sh-7
- gettext-tools/tests/xgettext-sh-9