-
Notifications
You must be signed in to change notification settings - Fork 737
dpl: fix PQ_entry to > & == to a total order for determinism #8611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
dpl: fix PQ_entry to > & == to a total order for determinism #8611
Conversation
|
clang-tidy review says "All clean, LGTM! 👍" |
a168ad5 to
f8fbd08
Compare
|
clang-tidy review says "All clean, LGTM! 👍" |
f8fbd08 to
44688ac
Compare
|
clang-tidy review says "All clean, LGTM! 👍" |
Enable bzl test in dpl, cts, some of rsz, test/upf_aes, odb/test/replace_hier_mod1 Signed-off-by: Matt Liberty <[email protected]>
44688ac to
e62d9d9
Compare
|
clang-tidy review says "All clean, LGTM! 👍" |
|
@maliberty This is where you had to manually tweak test/orfs/gcd/rules.json after run update? |
yes |
|
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Matt Liberty <[email protected]>
b30bf7f to
ab5c772
Compare
|
clang-tidy review says "All clean, LGTM! 👍" |
|
Master doesn't have this problem #8660 Is this what you see? $ bazelisk run test/orfs/gcd:gcd_update
$ git diff
diff --git a/test/orfs/gcd/rules-base.json b/test/orfs/gcd/rules-base.json
index 6b9d76b18c..56fad9e113 100644
--- a/test/orfs/gcd/rules-base.json
+++ b/test/orfs/gcd/rules-base.json
@@ -56,7 +56,7 @@
"compare": "<="
},
"finish__timing__drv__setup_violation_count": {
- "value": 35,
+ "value": 22,
"compare": "<="
},
"finish__timing__drv__hold_violation_count": {
@@ -67,4 +67,4 @@
"value": -27.94,
"compare": ">="
}
-}
+}
\ No newline at end of file |
|
@maliberty I think ORFS updates rules.json code? #8661 |
Signed-off-by: Matt Liberty <[email protected]>
Signed-off-by: Matt Liberty <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
|
I just had to re-run it after updating and it seemed to work ¯_(ツ)_/¯ |
|
clang-tidy review says "All clean, LGTM! 👍" |
Enable all tests bzl