2017-10-18 02:18:51 +00:00
|
|
|
testexecdir = join_paths(installed_test_bindir, 'gtk')
|
|
|
|
testdatadir = join_paths(installed_test_datadir, 'gtk')
|
|
|
|
|
2017-08-01 08:57:11 +00:00
|
|
|
gtk_tests_export_dynamic_ldflag = []
|
|
|
|
|
|
|
|
if cc.get_id() != 'msvc'
|
|
|
|
gtk_tests_export_dynamic_ldflag = ['-Wl,--export-dynamic']
|
|
|
|
endif
|
|
|
|
|
2017-03-22 11:23:52 +00:00
|
|
|
tests = [
|
|
|
|
['accel'],
|
|
|
|
['accessible'],
|
2019-06-21 03:41:25 +00:00
|
|
|
['action'],
|
2017-03-22 11:23:52 +00:00
|
|
|
['adjustment'],
|
2020-06-13 03:05:30 +00:00
|
|
|
['bitset'],
|
2017-03-22 11:23:52 +00:00
|
|
|
['bitmask', ['../../gtk/gtkallocatedbitmask.c'], ['-DGTK_COMPILATION', '-UG_ENABLE_DEBUG']],
|
2017-08-01 08:57:11 +00:00
|
|
|
['builder', [], [], gtk_tests_export_dynamic_ldflag],
|
2017-03-22 11:23:52 +00:00
|
|
|
['builderparser'],
|
|
|
|
['cellarea'],
|
|
|
|
['check-icon-names'],
|
2019-04-09 13:05:48 +00:00
|
|
|
['constraint-solver', [
|
|
|
|
'../../gtk/gtkconstraintsolver.c',
|
|
|
|
'../../gtk/gtkconstraintexpression.c',
|
|
|
|
], ['-DGTK_COMPILATION', '-UG_ENABLE_DEBUG']
|
|
|
|
],
|
2017-03-22 11:23:52 +00:00
|
|
|
['cssprovider'],
|
2019-01-07 04:37:32 +00:00
|
|
|
['rbtree-crash', ['../../gtk/gtkrbtree.c'], ['-DGTK_COMPILATION', '-UG_ENABLE_DEBUG']],
|
2018-06-29 19:00:06 +00:00
|
|
|
['defaultvalue'],
|
2017-03-22 11:23:52 +00:00
|
|
|
['entry'],
|
2019-11-21 05:02:56 +00:00
|
|
|
['expression'],
|
2019-12-11 20:26:43 +00:00
|
|
|
['filter'],
|
2018-08-31 03:34:18 +00:00
|
|
|
['filterlistmodel'],
|
2018-09-02 22:48:28 +00:00
|
|
|
['flattenlistmodel'],
|
2017-03-22 11:23:52 +00:00
|
|
|
['floating'],
|
2020-05-14 00:14:43 +00:00
|
|
|
['flowbox'],
|
2020-02-15 15:12:41 +00:00
|
|
|
#['gestures'],
|
2017-03-22 11:23:52 +00:00
|
|
|
['grid'],
|
2019-06-28 13:28:46 +00:00
|
|
|
['grid-layout'],
|
2017-03-22 11:23:52 +00:00
|
|
|
['icontheme'],
|
|
|
|
['listbox'],
|
2018-06-08 17:03:22 +00:00
|
|
|
['main'],
|
2018-09-10 23:28:19 +00:00
|
|
|
['maplistmodel'],
|
2019-12-09 06:19:38 +00:00
|
|
|
['multiselection'],
|
2017-03-22 11:23:52 +00:00
|
|
|
['notify'],
|
|
|
|
['no-gtk-init'],
|
|
|
|
['object'],
|
|
|
|
['objects-finalize'],
|
|
|
|
['papersize'],
|
2020-03-11 20:41:02 +00:00
|
|
|
#['popover'],
|
2018-09-10 15:01:57 +00:00
|
|
|
['propertylookuplistmodel', ['../../gtk/gtkpropertylookuplistmodel.c'], ['-DGTK_COMPILATION', '-UG_ENABLE_DEBUG']],
|
2019-01-07 03:28:09 +00:00
|
|
|
['rbtree', ['../../gtk/gtktreerbtree.c'], ['-DGTK_COMPILATION', '-UG_ENABLE_DEBUG']],
|
2017-03-22 11:23:52 +00:00
|
|
|
['recentmanager'],
|
|
|
|
['regression-tests'],
|
|
|
|
['scrolledwindow'],
|
2018-05-16 15:56:34 +00:00
|
|
|
['searchbar'],
|
2020-03-20 02:41:59 +00:00
|
|
|
['shortcuts'],
|
2019-01-06 17:57:42 +00:00
|
|
|
['singleselection'],
|
2019-01-06 17:25:50 +00:00
|
|
|
['slicelistmodel'],
|
2019-12-05 00:18:50 +00:00
|
|
|
['sorter'],
|
2018-09-17 01:56:41 +00:00
|
|
|
['sortlistmodel'],
|
2017-03-22 11:23:52 +00:00
|
|
|
['spinbutton'],
|
2020-06-21 22:00:29 +00:00
|
|
|
['stringlist'],
|
2017-03-22 11:23:52 +00:00
|
|
|
['templates'],
|
|
|
|
['textbuffer'],
|
|
|
|
['textiter'],
|
2019-04-18 00:18:42 +00:00
|
|
|
['theme-validate'],
|
2020-04-22 18:32:17 +00:00
|
|
|
['tooltips'],
|
2018-06-12 01:56:21 +00:00
|
|
|
['treelistmodel'],
|
2017-03-22 11:23:52 +00:00
|
|
|
['treemodel', ['treemodel.c', 'liststore.c', 'treestore.c', 'filtermodel.c',
|
|
|
|
'modelrefcount.c', 'sortmodel.c', 'gtktreemodelrefcount.c']],
|
|
|
|
['treepath'],
|
2019-12-18 04:39:04 +00:00
|
|
|
['treesorter'],
|
2017-03-22 11:23:52 +00:00
|
|
|
['treeview'],
|
|
|
|
['typename'],
|
|
|
|
['displayclose'],
|
|
|
|
['revealer-size'],
|
2017-09-29 10:10:42 +00:00
|
|
|
['widgetorder'],
|
2017-09-26 15:04:51 +00:00
|
|
|
['widget-refcount'],
|
2017-03-22 11:23:52 +00:00
|
|
|
]
|
|
|
|
|
2020-02-11 14:53:57 +00:00
|
|
|
# Tests that are expected to fail
|
|
|
|
xfail = [
|
2020-03-19 15:25:38 +00:00
|
|
|
# one of the window resizing tests fails after
|
|
|
|
# the GdkToplevel refactoring, and needs a big
|
|
|
|
# gtkwindow.c configure request cleanup
|
|
|
|
'window',
|
2020-02-11 14:53:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
is_debug = get_option('buildtype').startswith('debug')
|
|
|
|
|
2017-03-22 11:23:52 +00:00
|
|
|
test_cargs = []
|
|
|
|
|
|
|
|
if os_unix
|
|
|
|
# tests += [['defaultvalue']] # disabled in Makefile.am as well
|
|
|
|
test_cargs += ['-DHAVE_UNIX_PRINT_WIDGETS']
|
|
|
|
endif
|
|
|
|
|
2020-03-07 14:16:36 +00:00
|
|
|
foreach flag: common_cflags
|
|
|
|
if flag not in ['-Werror=missing-prototypes', '-Werror=missing-declarations', '-fvisibility=hidden']
|
|
|
|
test_cargs += flag
|
|
|
|
endif
|
|
|
|
endforeach
|
|
|
|
|
2017-03-22 11:23:52 +00:00
|
|
|
foreach t : tests
|
|
|
|
test_name = t.get(0)
|
|
|
|
test_srcs = ['@0@.c'.format(test_name)] + t.get(1, [])
|
|
|
|
test_extra_cargs = t.get(2, [])
|
|
|
|
test_extra_ldflags = t.get(3, [])
|
|
|
|
|
|
|
|
test_exe = executable(test_name, test_srcs,
|
|
|
|
c_args : test_cargs + test_extra_cargs,
|
|
|
|
link_args : test_extra_ldflags,
|
2017-10-18 02:18:51 +00:00
|
|
|
dependencies : libgtk_dep,
|
|
|
|
install: get_option('install-tests'),
|
|
|
|
install_dir: testexecdir)
|
2017-03-22 11:23:52 +00:00
|
|
|
|
2020-02-11 14:53:57 +00:00
|
|
|
expect_fail = xfail.contains(test_name)
|
|
|
|
|
2017-10-18 02:18:51 +00:00
|
|
|
test(test_name, test_exe,
|
|
|
|
args: [ '--tap', '-k' ],
|
2020-03-20 02:41:59 +00:00
|
|
|
protocol: 'tap',
|
2020-05-15 16:57:49 +00:00
|
|
|
env: [
|
2020-03-25 19:29:12 +00:00
|
|
|
'NO_AT_BRIDGE=1',
|
2017-10-18 14:45:52 +00:00
|
|
|
'GSK_RENDERER=cairo',
|
2017-10-18 08:55:02 +00:00
|
|
|
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
|
2018-02-17 08:48:12 +00:00
|
|
|
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
|
2017-10-18 08:55:02 +00:00
|
|
|
],
|
2020-02-11 14:53:57 +00:00
|
|
|
suite: 'gtk',
|
|
|
|
should_fail: expect_fail,
|
|
|
|
)
|
2017-03-22 11:23:52 +00:00
|
|
|
endforeach
|
|
|
|
|
|
|
|
# FIXME: if objc autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++
|
2018-08-17 21:45:11 +00:00
|
|
|
if add_languages('cpp', required: false)
|
2017-03-22 11:23:52 +00:00
|
|
|
test_exe = executable('autotestkeywords',
|
2017-10-18 02:18:51 +00:00
|
|
|
'autotestkeywords.cc',
|
|
|
|
c_args : test_cargs + ['-Idummy-headers'],
|
|
|
|
dependencies : libgtk_dep,
|
|
|
|
install: get_option('install-tests'),
|
|
|
|
install_dir: testexecdir)
|
|
|
|
test('c++ keywords', test_exe,
|
|
|
|
args: [ '--tap', '-k' ],
|
2020-03-20 13:39:56 +00:00
|
|
|
#protocol: 'tap',
|
2020-05-15 16:57:49 +00:00
|
|
|
env: [
|
2017-10-18 08:55:02 +00:00
|
|
|
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
|
2018-02-17 08:48:12 +00:00
|
|
|
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
|
2017-10-18 08:55:02 +00:00
|
|
|
],
|
2017-10-18 02:18:51 +00:00
|
|
|
suite: 'gtk')
|
|
|
|
if get_option('install-tests')
|
|
|
|
conf = configuration_data()
|
|
|
|
conf.set('testexecdir', testexecdir)
|
2018-09-19 07:09:18 +00:00
|
|
|
conf.set('test', 'autotestkeywords')
|
2017-10-18 02:18:51 +00:00
|
|
|
configure_file(input: 'gtk.test.in',
|
2018-09-19 07:09:18 +00:00
|
|
|
output: 'autotestkeywords.test',
|
2017-10-18 02:18:51 +00:00
|
|
|
configuration: conf,
|
|
|
|
install_dir: testdatadir)
|
|
|
|
endif
|
2017-03-22 11:23:52 +00:00
|
|
|
endif
|
|
|
|
|
2020-04-08 12:01:58 +00:00
|
|
|
|
2019-06-11 14:11:28 +00:00
|
|
|
focus_chain_tests = [
|
|
|
|
# test direction
|
|
|
|
[ 'basic', 'tab' ],
|
|
|
|
[ 'basic', 'tab-backward' ],
|
2019-06-11 14:53:08 +00:00
|
|
|
[ 'basic', 'left' ],
|
|
|
|
[ 'basic', 'right' ],
|
2020-04-04 05:25:31 +00:00
|
|
|
[ 'widget-factory', 'tab' ],
|
|
|
|
[ 'widget-factory', 'tab-backward' ],
|
|
|
|
[ 'widget-factory', 'up' ],
|
|
|
|
[ 'widget-factory', 'down' ],
|
|
|
|
[ 'widget-factory', 'left' ],
|
|
|
|
[ 'widget-factory', 'right' ],
|
|
|
|
[ 'widget-factory2', 'tab' ],
|
|
|
|
[ 'widget-factory2', 'tab-backward' ],
|
2020-04-09 03:22:13 +00:00
|
|
|
# in ci, we don't show a color picker, so the focus chain
|
|
|
|
# for page3 is missing an expected button in the color editor
|
|
|
|
#[ 'widget-factory3', 'tab' ],
|
|
|
|
#[ 'widget-factory3', 'tab-backward' ],
|
2019-06-11 14:11:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
focus_chain = executable(
|
|
|
|
'test-focus-chain',
|
|
|
|
['test-focus-chain.c'],
|
|
|
|
dependencies: libgtk_dep,
|
2020-05-18 11:41:04 +00:00
|
|
|
c_args: common_cflags,
|
2019-06-11 14:11:28 +00:00
|
|
|
install: get_option('install-tests'),
|
|
|
|
install_dir: testexecdir
|
|
|
|
)
|
|
|
|
|
|
|
|
foreach test : focus_chain_tests
|
|
|
|
test(test[0] + ' ' + test[1], focus_chain,
|
|
|
|
args: [ join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.ui'),
|
|
|
|
join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.' + test[1]) ],
|
2020-05-15 16:57:49 +00:00
|
|
|
env: [
|
2019-06-11 14:11:28 +00:00
|
|
|
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
|
|
|
|
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir())
|
|
|
|
],
|
|
|
|
suite: [ 'gtk', 'focus' ])
|
|
|
|
endforeach
|
|
|
|
|
|
|
|
|
2017-10-18 02:18:51 +00:00
|
|
|
if get_option('install-tests')
|
|
|
|
foreach t : tests
|
|
|
|
test_name = t.get(0)
|
|
|
|
conf = configuration_data()
|
|
|
|
conf.set('testexecdir', testexecdir)
|
|
|
|
conf.set('test', test_name)
|
|
|
|
configure_file(input: 'gtk.test.in',
|
|
|
|
output: '@0@.test'.format(test_name),
|
|
|
|
configuration: conf,
|
|
|
|
install_dir: testdatadir)
|
|
|
|
endforeach
|
2017-03-22 11:23:52 +00:00
|
|
|
|
2017-10-18 02:18:51 +00:00
|
|
|
install_subdir('icons', install_dir: testexecdir)
|
|
|
|
install_subdir('ui', install_dir: testexecdir)
|
2017-03-22 11:23:52 +00:00
|
|
|
|
2017-10-18 02:18:51 +00:00
|
|
|
endif
|
2017-03-22 11:23:52 +00:00
|
|
|
|
2020-03-20 17:47:58 +00:00
|
|
|
if false and get_option ('profiler')
|
2020-01-22 05:55:11 +00:00
|
|
|
|
|
|
|
test('performance-layout', test_performance,
|
2020-01-24 01:21:08 +00:00
|
|
|
args: [ '--mark', 'size allocation', join_paths(meson.current_build_dir(), '../../demos/widget-factory/gtk4-widget-factory') ],
|
2020-05-15 16:57:49 +00:00
|
|
|
env: [ 'GTK_THEME=Empty' ],
|
2020-02-11 19:09:00 +00:00
|
|
|
suite: [ 'gtk' ])
|
2020-01-22 05:55:11 +00:00
|
|
|
|
|
|
|
test('performance-snapshot', test_performance,
|
2020-01-24 01:21:08 +00:00
|
|
|
args: [ '--mark', 'widget snapshot', join_paths(meson.current_build_dir(), '../../demos/widget-factory/gtk4-widget-factory') ],
|
2020-05-15 16:57:49 +00:00
|
|
|
env: [ 'GTK_THEME=Empty' ],
|
2020-02-11 19:09:00 +00:00
|
|
|
suite: [ 'gtk' ])
|
2020-01-22 05:55:11 +00:00
|
|
|
|
|
|
|
endif
|