-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,6 +199,7 @@ def run_test_output_match( | |
), | ||
kwargs=repr(cpu_sample.kwargs), | ||
): | ||
if i != 0: continue | ||
Check warning Code scanning / lintrunner RUFF/E701 Warning test
Multiple statements on one line (colon).
See https://docs.astral.sh/ruff/rules/multiple-statements-on-one-line-colon |
||
test_behavior, reason = _should_skip_xfail_test_sample(op.name, cpu_sample, dtype) | ||
|
||
with ops_test_common.normal_xfail_skip_test_behaviors(test_behavior, reason): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters