Skip to content
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

Tests failing on Allegro 11 beta #11

Open
rpgoldman opened this issue Apr 26, 2023 · 0 comments
Open

Tests failing on Allegro 11 beta #11

rpgoldman opened this issue Apr 26, 2023 · 0 comments

Comments

@rpgoldman
Copy link

Trying asdf:test-system on graph, I got these errors:

  1. ADD-DUPLICATE-EDGE-TO-SMALL-GRAPH
Error: Test assertion failed:

Expression (MEMBER '(BAR FOO) (EDGES *GRAPH*)
             TEST #'TREE-EQUAL) evaluated to true
0: '(BAR FOO) => (:BAR :FOO)
1: (EDGES *GRAPH*) => ((:FOO :BAR) (:BAR :BAZ) (:FOO :BAZ) (:BAR :FOO))
3: #'TREE-EQUAL => #<Function TREE-EQUAL>
  [condition type: ASSERTION-FAILED]
  1. CLOSED-GROUPS-IN-LESS-SMALL-GRAPH
Error: Test assertion failed:

Binary predicate (EVERY X Y) failed.
x: (THE (VALUES FUNCTION &OPTIONAL)
        (CURRY #'CLOSEDP *GRAPH*)) => #<Closure (:INTERNAL CURRY 0)
                                        @
                                        #x30791da52>
y: (CONNECTED-GROUPS-OF-SIZE *GRAPH* 3) => ((:BAR :BAZ :FOO)
                                            (:ZAP :ZAF :QUX))
  [condition type: ASSERTION-FAILED]
  1. CLUSTERING-COEFFICIENT-OF-LESS-SMALL-GRAPH
Error: Test assertion failed:

Binary predicate (= X Y) failed.
x: 1 => 1
y: (CLUSTERING-COEFFICIENT *GRAPH*) => 0
  [condition type: ASSERTION-FAILED]

This was after I added an implementation of copy-hash for Allegro (I will submit a PR).

I'll look into these myself as time permits, but I wanted to report them for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant