This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5644 - alternate results for K2-OrderbyExprWithout-22 and K2-OrderbyExprWithout-37
Summary: alternate results for K2-OrderbyExprWithout-22 and K2-OrderbyExprWithout-37
Status: RESOLVED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-15 21:16 UTC by Andrew Eisenberg
Modified: 2008-04-28 11:04 UTC (History)
0 users

See Also:


Attachments

Description Andrew Eisenberg 2008-04-15 21:16:06 UTC
Test cases K2-OrderbyExprWithout-22 and K2-OrderbyExprWithout-37 both order the sequence (1, 3, 2) by the value ().

I'd like to ask that "1 2 3" be added as an alternative to the existing expected result of "1 3 2".
Comment 1 Frans Englich 2008-04-28 11:04:22 UTC
Just double checking; the part in the specification that allows the requested result is in 3.8.3 Order By and Return Clauses:

2. If stable is not specified, the order of T1 and T2 in the tuple stream is implementation-dependent.

Am I right?

Anyhow, alternative baselines have been added.