You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
The test is failing with this error in fbsource. This looks like it is
exercising all codepath, and we can delete?
AssertionError: RuntimeError not raised
File "/usr/local/fbcode/platform010/lib/python3.12/unittest/case.py",
line 58, in testPartExecutor
yield
File "/usr/local/fbcode/platform010/lib/python3.12/unittest/case.py",
line 634, in run
self._callTestMethod(testMethod)
File "/usr/local/fbcode/platform010/lib/python3.12/unittest/case.py",
line 589, in _callTestMethod
if method() is not None:
^^^^^^^^
File
"/data/users/mnachin/fbsource/buck-out/v2/gen/fbcode/d2b9e0cfbb98b699/executorch/exir/tests/__tracer__/tracer#link-tree/executorch/exir/tests/test_tracer.py",
line 339, in test_aot_buffer_mutation
with self.assertRaisesRegex(
^^^^^^^^^^^^^^^^^^^^^^^
```
test_aot_buffer_mutation (executorch.exir.tests.test_tracer.TestTorchDispatchFXTracer) ... FAIL
======================================================================
FAIL: test_aot_buffer_mutation (executorch.exir.tests.test_tracer.TestTorchDispatchFXTracer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/users/mnachin/fbsource/buck-out/v2/gen/fbcode/d2b9e0cfbb98b699/executorch/exir/tests/__tracer__/tracer#link-tree/executorch/exir/tests/test_tracer.py", line 339, in test_aot_buffer_mutation
with self.assertRaisesRegex(
^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: RuntimeError not raised
```
Reviewed By: tugsbayasgalan
Differential Revision: D81320975
0 commit comments