[Zorba-coders] [Bug 932374] Re: FOTS fn:matches failing tests

2012-05-03 Thread Paul J. Lucas
Which test suite is the FOTS? And where do I get it?

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/932374

Title:
  FOTS fn:matches failing tests

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following tests fail in the FOTS:

  'fn-matches-41' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-42' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$', 's')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-45' test:
  fn:matches(concat('Mary', codepoints-to-string(13), 'Jones'), 'Mary.Jones')
  should return 'true' according to the FOTS, Zorba returns 'false'

  Assigned the bug to Paul because AFAIK he's the last one who worked on
  the fn:matches implementation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/932374/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 932374] Re: FOTS fn:matches failing tests

2012-05-03 Thread Paul J. Lucas
** Branch linked: lp:~paul-lucas/zorba/bug-932374

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/932374

Title:
  FOTS fn:matches failing tests

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following tests fail in the FOTS:

  'fn-matches-41' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-42' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$', 's')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-45' test:
  fn:matches(concat('Mary', codepoints-to-string(13), 'Jones'), 'Mary.Jones')
  should return 'true' according to the FOTS, Zorba returns 'false'

  Assigned the bug to Paul because AFAIK he's the last one who worked on
  the fn:matches implementation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/932374/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 932374] Re: FOTS fn:matches failing tests

2012-05-03 Thread Sorin Marian Nasoi
The bugs is self contained IMHO: it states the exact tests and their
expected results.

If you want the test-set from FOTS it's this:
http://dev.w3.org/cvsweb/2011/QT3-test-suite/fn/matches.xml?rev=1.7;content-type=text%2Fx-cvsweb-markup
the expected result for all above mentioned tests is assert-false which means 
the tests should return fn:false().

There is no official release for FOTS yet, one has to download it directly from 
W3C CVS.
Soon the Zorba FOTS driver will be merged into Zorba.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/932374

Title:
  FOTS fn:matches failing tests

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following tests fail in the FOTS:

  'fn-matches-41' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-42' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$', 's')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-45' test:
  fn:matches(concat('Mary', codepoints-to-string(13), 'Jones'), 'Mary.Jones')
  should return 'true' according to the FOTS, Zorba returns 'false'

  Assigned the bug to Paul because AFAIK he's the last one who worked on
  the fn:matches implementation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/932374/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 932374] Re: FOTS fn:matches failing tests

2012-05-03 Thread Sorin Marian Nasoi
Test 'fn-matches-45' mentions that
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15594
has more details.

** Bug watch added: W3C Bugzilla #15594
   http://www.w3.org/Bugs/Public/show_bug.cgi?id=15594

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/932374

Title:
  FOTS fn:matches failing tests

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following tests fail in the FOTS:

  'fn-matches-41' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-42' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$', 's')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-45' test:
  fn:matches(concat('Mary', codepoints-to-string(13), 'Jones'), 'Mary.Jones')
  should return 'true' according to the FOTS, Zorba returns 'false'

  Assigned the bug to Paul because AFAIK he's the last one who worked on
  the fn:matches implementation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/932374/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 932374] Re: FOTS fn:matches failing tests

2012-05-03 Thread Sorin Marian Nasoi
** Description changed:

  The following tests fail in the FOTS:
  
  'fn-matches-41' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$')
  should return 'false' according to the FOTS, Zorba returns 'true'
  
  'fn-matches-42' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$', 's')
  should return 'false' according to the FOTS, Zorba returns 'true'
  
- 'fn-matches-45' test:
- fn:matches(concat('Mary', codepoints-to-string(13), 'Jones'), 'Mary.Jones')
- should return 'true' according to the FOTS, Zorba returns 'false'
- 
  Assigned the bug to Paul because AFAIK he's the last one who worked on
  the fn:matches implementation.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/932374

Title:
  FOTS fn:matches failing tests

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following tests fail in the FOTS:

  'fn-matches-41' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-42' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$', 's')
  should return 'false' according to the FOTS, Zorba returns 'true'

  Assigned the bug to Paul because AFAIK he's the last one who worked on
  the fn:matches implementation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/932374/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 932374] Re: FOTS fn:matches failing tests

2012-05-03 Thread Paul J. Lucas
I'm just trying to understand the rationale as to WHY those tests should
return false since #10 is a newline, hence $ should match.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/932374

Title:
  FOTS fn:matches failing tests

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following tests fail in the FOTS:

  'fn-matches-41' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-42' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$', 's')
  should return 'false' according to the FOTS, Zorba returns 'true'

  Assigned the bug to Paul because AFAIK he's the last one who worked on
  the fn:matches implementation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/932374/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 932374] Re: FOTS fn:matches failing tests

2012-05-03 Thread Paul J. Lucas
** Changed in: zorba
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/932374

Title:
  FOTS fn:matches failing tests

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  The following tests fail in the FOTS:

  'fn-matches-41' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-42' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$', 's')
  should return 'false' according to the FOTS, Zorba returns 'true'

  Assigned the bug to Paul because AFAIK he's the last one who worked on
  the fn:matches implementation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/932374/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp