//OrderByAcceptance.feature - Unsupported orderability
ORDER BY nodes should return null results last in ascending order
ORDER BY relationships should return null results last in ascending order
Ordering is well defined across all types, ascending
Ordering is well defined across all types, descending
Ordering for lists, ascending
Ordering for lists, descending
ORDER BY node problem

// ReturnAcceptance.feature
LIMIT 0 should stop side effects

//AggregationAcceptance.feature
max() over mixed values
min() over mixed values
max() over list values
min() over list values
Shorthand case with filter should work as expected
equality with boolean lists
optional equality with boolean lists
