Skip to content

Commit 838d1aa

Browse files
akuegelcopybara-github
authored andcommitted
Disable two failing tests.
There is a bug in the generated parser for CHECK_ExpectCloseOp which became visible after updating the LLVM revision. PiperOrigin-RevId: 657546340
1 parent 38126f5 commit 838d1aa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

third_party/stablehlo/temporary.patch

+18
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1+
diff --ruN a/stablehlo/stablehlo/tests/math/ulp_difference_float32.mlir b/stablehlo/stablehlo/tests/math/ulp_difference_float32.mlir
2+
--- stablehlo/stablehlo/tests/math/ulp_difference_float32.mlir
3+
+++ stablehlo/stablehlo/tests/math/ulp_difference_float32.mlir
4+
@@ -1,4 +1,5 @@
5+
// RUN: stablehlo-opt --chlo-legalize-to-stablehlo %s | stablehlo-translate --interpret
6+
+// XFAIL: *
7+
// This file is generated, see build_tools/math/README.md for more information.
8+
module @ulp_difference_float32 {
9+
func.func public @main() {
10+
diff --ruN a/stablehlo/stablehlo/tests/math/ulp_difference_float64.mlir b/stablehlo/stablehlo/tests/math/ulp_difference_float64.mlir
11+
--- stablehlo/stablehlo/tests/math/ulp_difference_float64.mlir
12+
+++ stablehlo/stablehlo/tests/math/ulp_difference_float64.mlir
13+
@@ -1,4 +1,5 @@
14+
// RUN: stablehlo-opt --chlo-legalize-to-stablehlo %s | stablehlo-translate --interpret
15+
+// XFAIL: *
16+
// This file is generated, see build_tools/math/README.md for more information.
17+
module @ulp_difference_float64 {
18+
func.func public @main() {
119

0 commit comments

Comments
 (0)