Bug 90438 - nested fragment parser test slow on Android
Summary: nested fragment parser test slow on Android
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Android Android
: P2 Normal
Assignee: Wei James (wistoch)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-03 01:20 PDT by Wei James (wistoch)
Modified: 2012-08-08 21:27 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.54 KB, patch)
2012-07-03 01:21 PDT, Wei James (wistoch)
no flags Details | Formatted Diff | Diff
rebase for landing (1.54 KB, patch)
2012-08-08 18:36 PDT, Wei James (wistoch)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wei James (wistoch) 2012-07-03 01:20:42 PDT
nested fragment parser test slow on Android
Comment 1 Wei James (wistoch) 2012-07-03 01:21:11 PDT
Created attachment 150555 [details]
Patch
Comment 2 Wei James (wistoch) 2012-07-03 01:24:50 PDT
when running layout test for chromium android, I found fast/parser/nested-fragment-parser-crash.html TIMEOUT. 

after invesitigation, I found the root cause should be the running time on Android is too long. It will need about 10 seconds to complete the test. 

adding this line in the TestExpectations works for this case.
Comment 3 WebKit Review Bot 2012-08-08 08:12:06 PDT
Comment on attachment 150555 [details]
Patch

Rejecting attachment 150555 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
code: 1 cwd: /mnt/git/webkit-commit-queue/

Parsed 2 diffs from patch file(s).
patching file LayoutTests/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file LayoutTests/platform/chromium/TestExpectations
Hunk #1 FAILED at 11.
1 out of 1 hunk FAILED -- saving rejects to file LayoutTests/platform/chromium/TestExpectations.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Ryosuke Ni..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/13456508
Comment 4 Wei James (wistoch) 2012-08-08 18:36:55 PDT
Created attachment 157361 [details]
rebase for landing
Comment 5 WebKit Review Bot 2012-08-08 21:26:59 PDT
Comment on attachment 157361 [details]
rebase for landing

Clearing flags on attachment: 157361

Committed r125148: <http://trac.webkit.org/changeset/125148>
Comment 6 WebKit Review Bot 2012-08-08 21:27:03 PDT
All reviewed patches have been landed.  Closing bug.