[Bug 73531] ApiFormatWddxTest::testValidSyntax fails in mediawiki-core-regression-hhvm-master test

2014-11-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73531

Tim Landscheidt t...@tim-landscheidt.de changed:

   What|Removed |Added

 Blocks||73175

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 73531] ApiFormatWddxTest::testValidSyntax fails in mediawiki-core-regression-hhvm-master test

2014-11-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73531

Antoine hashar Musso (WMF) has...@free.fr changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #3 from Antoine hashar Musso (WMF) has...@free.fr ---
CCing Tim Starling since he did some commit to wddx (
https://github.com/facebook/hhvm/commit/46f5476b0c52b8b7564b40a315d92b294607257a
)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 73531] ApiFormatWddxTest::testValidSyntax fails in mediawiki-core-regression-hhvm-master test

2014-11-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73531

--- Comment #4 from Antoine hashar Musso (WMF) has...@free.fr ---
Upstream has a fix internally :]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 73531] ApiFormatWddxTest::testValidSyntax fails in mediawiki-core-regression-hhvm-master test

2014-11-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73531

Antoine hashar Musso (WMF) has...@free.fr changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #1 from Antoine hashar Musso (WMF) has...@free.fr ---
The console log shows:

 Entity: line 1: parser error : xmlParseEntityRef: no name
 ring/^([a-z]+)(.*)$/sD/string/varvar name='legaltitlechars'string
%!$


And points to the ampersand at the end of the line.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 73531] ApiFormatWddxTest::testValidSyntax fails in mediawiki-core-regression-hhvm-master test

2014-11-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73531

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |1.25-git

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 73531] ApiFormatWddxTest::testValidSyntax fails in mediawiki-core-regression-hhvm-master test

2014-11-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73531

Tim Landscheidt t...@tim-landscheidt.de changed:

   What|Removed |Added

   Keywords||hhvm, upstream

--- Comment #2 from Tim Landscheidt t...@tim-landscheidt.de ---
This is an error in hhvm's WDDX serialization.  A test script:

| ?php
| $s = wddx_serialize_value(Test for );
| var_dump($s);
| $d = wddx_deserialize($s);
| var_dump($d);

works on my PHP 5.5.18:

| string(92) wddxPacket version='1.0'header/datastringTest for
amp;/string/data/wddxPacket
| string(10) Test for 

but fails on HipHop VM 3.3.1:

| string(88) wddxPacket version='1.0'header/datastringTest for
/string/data/wddxPacket
| Entity: line 1: parser error : xmlParseEntityRef: no name
| wddxPacket version='1.0'header/datastringTest for
/string/data/wdd
|^
| NULL

I filed https://github.com/facebook/hhvm/issues/4283 upstream.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l