Bug 215803
Summary: | [MIPS] Investigate skipped tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Paulo Matos <pmatos> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | guijemont, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 224428, 224553 | ||
Bug Blocks: |
Paulo Matos
Two tests have been skipped in https://trac.webkit.org/changeset/266110/webkit
stress/intl-segmenter.js:
An existing comments points to the fact the failure is regarding ICU version
stress/typedarray-functions-with-neutered.js
This has been failing at least since r266022
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/68129464>
Guillaume Emont
stress/typedarray-functions-with-neutered.js has been unskipped in r275939. See Bug 224428.
stress/intl-segmenter.js also seems to pass now that we are more robust with our handling of libicu, I'm about to unskip it.
Guillaume Emont
(In reply to Guillaume Emont from comment #2)
> stress/typedarray-functions-with-neutered.js has been unskipped in r275939.
> See Bug 224428.
>
> stress/intl-segmenter.js also seems to pass now that we are more robust with
> our handling of libicu, I'm about to unskip it.
intl-segmenter has been unskipped in r275965 and has now gone through the postcommit bots and ran succesfully.