Skip to content

Commit fa9e382

Browse files
author
Filip Pizlo
committed
Fix EFL+GTK.
* Scripts/run-jsc-stress-tests: Canonical link: https://commits.webkit.org/152976@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@171245 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent e11b419 commit fa9e382

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Tools/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2014-07-18 Filip Pizlo <fpizlo@apple.com>
2+
3+
Fix EFL+GTK.
4+
5+
* Scripts/run-jsc-stress-tests:
6+
17
2014-07-18 Filip Pizlo <fpizlo@apple.com>
28

39
Exception fuzzing should work on iOS

Tools/Scripts/run-jsc-stress-tests

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,7 @@ def prepareBundle
10431043
$testingFrameworkPath = frameworkFromJSCPath($jscPath)
10441044
end
10451045
else
1046+
originalJSCPath = $jscPath
10461047
vmDir = $outputDir + ".vm"
10471048
FileUtils.mkdir_p vmDir
10481049

@@ -1055,7 +1056,7 @@ def prepareBundle
10551056
source = frameworkPath
10561057
destination = Pathname.new(".vm")
10571058
else
1058-
source = jscPath
1059+
source = originalJSCPath
10591060
destination = $jscPath
10601061

10611062
Dir.chdir($outputDir) {

0 commit comments

Comments
 (0)