diff --git a/projects/pt1/e2e_testing/xfail_sets.py b/projects/pt1/e2e_testing/xfail_sets.py index 01c1f529d8df..42f9fac74e3c 100644 --- a/projects/pt1/e2e_testing/xfail_sets.py +++ b/projects/pt1/e2e_testing/xfail_sets.py @@ -830,6 +830,10 @@ } STABLEHLO_PASS_SET = { + "Conv2dBiasNoPaddingModule_basic", + "Conv2dNoPaddingModule_basic", + "Conv2dWithPaddingDilationStrideModule_basic", + "Conv2dWithPaddingModule_basic", "AddCDivModule_basic", "AddCMulModule_basic", "Add_MixPModule_basic", @@ -1618,6 +1622,9 @@ # stablehlo intrepreter crash "ElementwiseDivTensorUnsignedIntegerModule_basic", "ScatterValueFloatModule_basic", + "ScatterValueIntModule_basic", + "UnsafeViewCollapseDynamicWithAtenSizeIntModule_basic", + "ViewCollapseDynamicWithAtenSizeIntModule_basic", } # Write the TOSA set as a "passing" set as it is very early in development