summaryrefslogtreecommitdiff
path: root/tests/test_gi.py
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2017-10-26 09:35:09 +0200
committerChristoph Reiter <creiter@src.gnome.org>2017-10-26 09:35:09 +0200
commit280e80c54e6f2c91638195b92736f5c2b34bbbbd (patch)
tree95309bf91b8eecc4ad40147689940affadddb937 /tests/test_gi.py
parent5f41add624990255dfebf2d726af946599f7bcf6 (diff)
downloadpygobject-280e80c54e6f2c91638195b92736f5c2b34bbbbd.tar.gz
test: revert parts of the previous test as it's broken on 32 bit builds
The int based flag type can't represent the flag value on 32 bit, some more work is needed there. Remove that check again for now. https://bugzilla.gnome.org/show_bug.cgi?id=786948
Diffstat (limited to 'tests/test_gi.py')
-rw-r--r--tests/test_gi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_gi.py b/tests/test_gi.py
index b5aeb527..39aaf0c6 100644
--- a/tests/test_gi.py
+++ b/tests/test_gi.py
@@ -1888,7 +1888,6 @@ class TestGFlags(unittest.TestCase):
"GIMarshallingTests.Flags>")
def test_flags_large_in(self):
- self.assertEqual(int(GIMarshallingTests.ExtraFlags.VALUE2), 1 << 31)
GIMarshallingTests.extra_flags_large_in(
GIMarshallingTests.ExtraFlags.VALUE2)