Skip to content

Commit

Permalink
Disable test that omer says is unstable, and can be fixed with just e…
Browse files Browse the repository at this point in the history
…ngineering work
  • Loading branch information
bobismijnnaam committed Sep 25, 2024
1 parent 129ab82 commit 700834f
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ package vct.test.integration.examples
import vct.test.integration.helper.VercorsSpec

class SYCLFullProgramsSpec extends VercorsSpec {
vercors should verify using silicon flag "--no-infer-heap-context-into-frame" example "concepts/sycl/fullExamples/VectorAdd.cpp"
vercors should verify using silicon flag
"--no-infer-heap-context-into-frame" example
"concepts/sycl/fullExamples/VectorAdd.cpp"

// About 1 in 5 times this test will fail, because then VerCors fails to prove the pre-conditions of the second kernel even though they are true
vercors should verify using silicon flag "--no-infer-heap-context-into-frame" example "concepts/sycl/fullExamples/MatrixTransposeWithF.cpp"
}
// Disabled because of timeout until further notice.
// https://github.com/utwente-fmt/vercors/issues/1246
// vercors should verify using silicon flag "--no-infer-heap-context-into-frame" example "concepts/sycl/fullExamples/MatrixTransposeWithF.cpp"
}

0 comments on commit 700834f

Please sign in to comment.