瀏覽代碼

ci: Enable conformance tests related to divisions by zero

Now that we are compliant for operations involving potential divisions
by zero, let's enable the relevant conformance tests.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Quentin Monnet 2 年之前
父節點
當前提交
286bf530d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test.yaml

+ 1 - 1
.github/workflows/test.yaml

@@ -15,7 +15,7 @@ jobs:
       # 32-bit jump - https://github.com/qmonnet/rbpf/issues/47
       # atomic operations - https://github.com/qmonnet/rbpf/issues/47
       # mem-len - Tests assume r2 contains the length of the memory.
-      KNOWN_FAILURES: "(j.*32|lock|by-zero|mem-len)"
+      KNOWN_FAILURES: "(j.*32|lock|mem-len)"
     strategy:
       matrix:
         include: