Skip to content

Commit 1050f7d

Browse files
committed
Unmark passing tests test_bool/test_is_true
1 parent 3a358c6 commit 1050f7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

graalpython/lib-graalpython/modules/hpy/test/test_00_basic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ def test_close(self):
151151
""")
152152
assert mod.f(41.5) == 42.5
153153

154-
# TODO: enable test once supported
155-
@pytest.mark.xfail
156154
def test_bool(self):
157155
mod = self.make_module("""
158156
HPyDef_METH(f, "f", f_impl, HPyFunc_O)
@@ -361,7 +359,6 @@ def test_repr_str_ascii_bytes(self):
361359
assert mod.f3("\u1234") == "'\\u1234'"
362360
assert mod.f4(bytearray(b"foo")) == b"foo"
363361

364-
@pytest.mark.xfail
365362
def test_is_true(self):
366363
mod = self.make_module("""
367364
HPyDef_METH(f, "f", f_impl, HPyFunc_O)

0 commit comments

Comments
 (0)