Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
G
girara
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • pwmt
  • girara
  • Issues
  • #1

Closed
Open
Opened Nov 22, 2017 by Timo Teräs@fabled
  • Report abuse
  • New issue
Report abuse New issue

girara test suite fails with new glib

make[1]: Entering directory '/home/tteras/aports/community/girara/src/girara-0.2.7/tests'
Running suite(s): Utils
85%: Checks: 14, Failures: 2, Errors: 0
test_utils.c:78:F:home_directory:test_home_directory_set_HOME:0: Home directory is not the same
test_utils.c:145:F:xdg_path:test_xdg_path:0: Output is not the same (got: /home/test/.config, expected: /home/tteras/.config)

Seems the test suite is unsetting, and setting $HOME and doing glib API calls in between. glib has changed to fetch $HOME once and use the cached value after initial fetch. See: https://git.gnome.org/browse/glib/commit/glib/gutils.c?id=cfafad5aefeeab1a4ee208cefa15e01d31932611

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: pwmt/girara#1