Stop marking some reftests as known failures
They now succeed on all release architectures. d/p/reftest-known-fail.patch: Drop, no longer needed
This commit is contained in:
6
debian/rules
vendored
6
debian/rules
vendored
@ -137,7 +137,6 @@ override_dh_clean: debian/control
|
||||
# gross kludge to force control generation with the %.in target
|
||||
touch debian/control.in
|
||||
rm -f $(call dh_subst_files,$(binaries))
|
||||
rm -f testsuite/reftests/*.ui.known_fail
|
||||
rm -rf debian/build debian/install
|
||||
# The build system does not automatically update the GResource files
|
||||
# when resources change. Force an update in case we ship a patch which
|
||||
@ -174,11 +173,6 @@ ifneq ($(filter %-udeb,$(binaries)),)
|
||||
endif
|
||||
|
||||
override_dh_auto_test:
|
||||
# Mark reftests with known failures as non-fatal
|
||||
touch testsuite/reftests/nonresizable-size.ui.known_fail
|
||||
touch testsuite/reftests/window-show-contents-on-map.ui.known_fail
|
||||
touch testsuite/reftests/inherit-and-initial.ui.known_fail
|
||||
touch testsuite/reftests/textview-margins.ui.known_fail
|
||||
# So that gsettings can find the (uninstalled) gtk schemas
|
||||
mkdir -p debian/build/glib-2.0/schemas/
|
||||
cp gtk/org.gtk.* debian/build/glib-2.0/schemas/
|
||||
|
||||
Reference in New Issue
Block a user