Closed
Bug 60482
Opened 25 years ago
Closed 25 years ago
process standard stylesheets without major horkage
Categories
(Core :: XSLT, defect, P3)
Core
XSLT
Tracking
()
VERIFIED
WONTFIX
mozilla0.9.1
People
(Reporter: axel, Assigned: peterv)
References
()
Details
Attachments
(1 file)
|
1.12 KB,
text/plain
|
Details |
As transformiix made it into a benchmark, we see alot of stuff used in
real-life stylesheets, that transformiix can't do.
We might be slow, but failing the tests because we didn't produce any output on
like half the tests is bad.
This bug depends on bug 59937, this is a good deal of our bads.
But there are more.
Using http://bugzilla.mozilla.org/showattachment.cgi?attach_id=19390 I got more
tests to run, tested up to [products] in default.conf, failed so far:
bottles and dbonerow went to my personal timeout
current and products segfault
number misses the format-number() function in the XSLT function lib
Axel
| Reporter | ||
Comment 1•25 years ago
|
||
I was darn dumb, I attached an outdated diff to 59937, sorry. Check there to get
a good one.
I whacked a little perl script, that will run all tests and give you error
codes, if there are.
Running the tests is not safe, but a start, there are still some bugs in the
number stuff, and with sorting.
Without options it will run all tests, if you supply an argument, it will run
just that test. It's more a convenience script, so you know what they're doing,
not to reprodruce the benchmark. It doesn't do output parsing, or iterations.
yet ;-).
Axel
| Reporter | ||
Comment 2•25 years ago
|
||
| Reporter | ||
Updated•25 years ago
|
Target Milestone: --- → mozilla0.9
| Assignee | ||
Comment 3•25 years ago
|
||
Important to get fixed. We need to look good on benchmarks. *grin*
Assignee: kvisco → peterv
| Assignee | ||
Comment 4•25 years ago
|
||
Not really sure wether this needs a milestone, it looks more like an ongoing
issues bug. Axel, could you update this with the next issue(s) that blocks this,
so that we can verify wether a bug has/bugs have been filed?
Target Milestone: mozilla0.9 → mozilla0.9.1
| Assignee | ||
Comment 5•25 years ago
|
||
I'm gonna close this. We should file specific bugs per issue.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Separate bugs is the way to go. And most of it is fixed these days anyways
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•