|
|
build: fix make check
This contains several fixes to the current tests:
- Remove glib mem profiler call from src/tests, which is known not to
work with the latest glib release:
https://bugzilla.gnome.org/show_bug.cgi?id=701694
valgrind could be used instead.
- Replace g_type_init() call in tests with ibus_init().
- Fix ibus-bus test after the DBus property change (commit 458945e7).
no global engine may be set in the test environment. Also add more
assertions to check the return values.
- Fix pygobject test to use LOG_COMPILER and move sys.path adjustment
into the test script itself.
- Add new files to po/POTFILES.in.
BUG=
R=takao.fujiwara1@gmail.com
Committed: 9037ffe
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+106 lines, -107 lines) |
Patch |
 |
M |
bindings/pygobject/Makefile.am
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
bindings/pygobject/gi/__init__.py
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
bindings/pygobject/gi/overrides/__init__.py
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
bindings/pygobject/test-override-ibus.py
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
po/POTFILES.in
|
View
|
1
2
3
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
po/POTFILES.skip
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-bus.c
|
View
|
|
1 chunk |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-configservice.c
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-engine.c
|
View
|
1
2
|
1 chunk |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-factory.c
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-global-engine.c
|
View
|
1
2
|
1 chunk |
+39 lines, -42 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-inputcontext.c
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/tests/ibus-inputcontext-create.c
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/tests/ibus-keymap.c
|
View
|
1
2
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-keynames.c
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-proxy.c
|
View
|
1
2
|
1 chunk |
+12 lines, -14 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-registry.c
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-serializable.c
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-share.c
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
Total messages: 8
|