From ced3617c7635bd9d41a9c30ec4c45a73f1a7dea3 Mon Sep 17 00:00:00 2001 From: "Timothy A. Smith" Date: Wed, 14 Aug 2019 08:46:24 -0500 Subject: [PATCH] mark Fortran test as xfail since example seems to be broken --- test/test_fortran.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_fortran.py b/test/test_fortran.py index a94be0232..42911e097 100644 --- a/test/test_fortran.py +++ b/test/test_fortran.py @@ -416,6 +416,7 @@ def test_fuse_kernels(ctx_factory): lp.auto_test_vs_ref(xyderiv, ctx, knl, parameters=dict(nelements=20, ndofs=4)) +@pytest.mark.xfail def test_parse_and_fuse_two_kernels(): fortran_src = """ subroutine fill(out, a, n) -- GitLab