Skip to content

Commit 613909d

Browse files
committed
xfail a test on managed
1 parent 1b7101c commit 613909d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3737
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838
# SOFTWARE.
39-
39+
import pytest
4040
from .support import HPyTest
4141

4242

@@ -106,6 +106,7 @@ def test_formats(self):
106106
actual = mod.f(i)
107107
assert actual == expected, code
108108

109+
@pytest.mark.xfail(__graalpython__.platform_id == "managed", reason="GR-38126")
109110
def test_bad_formats(self):
110111
test_cases = [
111112
('return HPy_BuildValue(ctx, "(q)", 42);',

0 commit comments

Comments
 (0)