[Webkit-unassigned] [Bug 128549] ENABLED(JIT) && !ENABLED(DFG_JIT) breaks the build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 17 05:32:43 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128549





--- Comment #13 from Csaba Osztrogonác <ossy at webkit.org>  2014-02-17 05:29:53 PST ---
I tried the proposed fix for Repatch.cpp, it builds but I got some test failures:

stress/tricky-array-bounds-checks.js.always-trigger-copy-phase: Exception: Error: bad result for trick: ,,,false
stress/tricky-array-bounds-checks.js.default: Exception: Error: bad result for trick: ,,,false
stress/tricky-array-bounds-checks.js.no-llint: Exception: Error: bad result for trick: ,,,false
stress/tricky-array-bounds-checks.js.no-cjit-validate-phases: Exception: Error: bad result for trick: ,,,false
stress/tricky-array-bounds-checks.js.default: ERROR: Unexpected exit code: 3
stress/tricky-array-bounds-checks.js.always-trigger-copy-phase: ERROR: Unexpected exit code: 3
stress/tricky-array-bounds-checks.js.no-llint: ERROR: Unexpected exit code: 3
stress/tricky-array-bounds-checks.js.dfg-eager: Exception: Error: bad result for trick: ,,,false
stress/tricky-array-bounds-checks.js.dfg-eager-no-cjit-validate: Exception: Error: bad result for trick: ,,,false
stress/tricky-array-bounds-checks.js.no-cjit-validate-phases: ERROR: Unexpected exit code: 3
stress/tricky-array-bounds-checks.js.dfg-eager: ERROR: Unexpected exit code: 3
stress/tricky-array-bounds-checks.js.dfg-eager-no-cjit-validate: ERROR: Unexpected exit code: 3
8352/8352 (failed 6)                         

** The following JSC stress test failures have been introduced:
    stress/tricky-array-bounds-checks.js.default
    stress/tricky-array-bounds-checks.js.no-llint
    stress/tricky-array-bounds-checks.js.always-trigger-copy-phase
    stress/tricky-array-bounds-checks.js.no-cjit-validate-phases
    stress/tricky-array-bounds-checks.js.dfg-eager
    stress/tricky-array-bounds-checks.js.dfg-eager-no-cjit-validate

Results for JSC stress tests:
    6 failures found.


I'm not sure if they were caused by this change or other bug.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list