#95: Test failures from PCL tests --------------------+------------------------------------------------------- Reporter: rtoy | Owner: rtoy Type: defect | Status: new Priority: major | Milestone: Component: PCL | Version: 2014-03 Keywords: | --------------------+------------------------------------------------------- When running the PCL test suite, there are several failures:
{{{ Failed tests: (PCL-TESTS::DEFCLASS.0) | Failed Form: '(T) | Expected (NIL) but saw (T) | DEFCLASS.0: 0 assertions passed, 1 failed.
Execute failures: (PCL-TESTS::DEFGENERIC-LAMBDA-LIST.2 PCL-TESTS::DEFGENERIC-LAMBDA-LIST.1 PCL-TESTS::DEFGENERIC-LAMBDA-LIST.0) | Execution error: | (during macroexpansion) Invalid lambda variable: (PCL-TESTS::A PCL-TESTS::GF-CLASS) | DEFGENERIC-LAMBDA-LIST.2: 0 assertions passed, 0 failed, and an execution error.
| Execution error: | (during macroexpansion) Generic function G: Optional and key parameters of generic functions may not have default values or supplied-p parameters: (PCL-TESTS::B 1). | DEFGENERIC-LAMBDA-LIST.1: 0 assertions passed, 0 failed, and an execution error.
| Execution error: | (during macroexpansion) Generic function G: Optional and key parameters of generic functions may not have default values or supplied-p parameters: (PCL-TESTS::B 1). | DEFGENERIC-LAMBDA-LIST.0: 0 assertions passed, 0 failed, and an execution error. }}}
These need to be examined and fixed.