Skip to content

Commit

Permalink
Mark XFail tests for phd#69.
Browse files Browse the repository at this point in the history
github.com//issues/69
  • Loading branch information
ChrisCummins committed Jan 12, 2020
1 parent 5ae4bb3 commit 70c5bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gpu/libcecl/integration_test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_rewrite_compile_link_execute_clinfo(
)


@test.XFail(reason="Oclgrind environment is broken")
@test.XFail(reason="FIXME(github.com/ChrisCummins/phd/issues/69)")
def test_rewrite_compile_link_execute(tempdir: pathlib.Path, hello_src: str):
"""Test end-to-end libcecl pipeline."""
log = _RewriteCompileLinkExecute(
Expand Down
3 changes: 3 additions & 0 deletions research/cummins_2017_cgo/opencl_kernel_driver_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def test_Drive_invalid_opencl_kernel(opencl_env: cldrive_env.OpenCLEnvironment):
opencl_kernel_driver.Drive("Syntax error!", 16, 16, opencl_env, 5)


@test.XFail(reason="FIXME(github.com/ChrisCummins/phd/issues/69)")
def test_Drive_no_output(opencl_env: cldrive_env.OpenCLEnvironment):
"""Test that the correct number of logs are returned."""
with test.Raises(opencl_kernel_driver.KernelProducesNoOutput):
Expand All @@ -50,6 +51,7 @@ def test_Drive_no_output(opencl_env: cldrive_env.OpenCLEnvironment):
)


@test.XFail(reason="FIXME(github.com/ChrisCummins/phd/issues/69)")
def test_Drive_maybe_non_deterministic(
opencl_env: cldrive_env.OpenCLEnvironment,
):
Expand All @@ -73,6 +75,7 @@ def test_Drive_maybe_non_deterministic(
)


@test.XFail(reason="FIXME(github.com/ChrisCummins/phd/issues/69)")
def test_Drive_log_count(opencl_env: cldrive_env.OpenCLEnvironment):
"""Test that the correct number of logs are returned."""
logs = opencl_kernel_driver.Drive(
Expand Down

0 comments on commit 70c5bed

Please sign in to comment.