# HG changeset patch # User sundar # Date 1407922224 -19800 # Node ID e84cfe70c504c956d7e007d98a1cd14f7aeb47c6 # Parent 11a4f68806bc6175ca9ad6f87e342babeacf2de1 8054993: type info cache may be disabled for test262 and tests explicitly changing that property should use @fork Reviewed-by: lagergren, hannesw diff -r 11a4f68806bc -r e84cfe70c504 make/build.xml --- a/make/build.xml Tue Aug 12 13:23:47 2014 +0200 +++ b/make/build.xml Wed Aug 13 15:00:24 2014 +0530 @@ -519,6 +519,8 @@ + + diff -r 11a4f68806bc -r e84cfe70c504 test/script/basic/compile-octane-normal.js --- a/test/script/basic/compile-octane-normal.js Tue Aug 12 13:23:47 2014 +0200 +++ b/test/script/basic/compile-octane-normal.js Wed Aug 13 15:00:24 2014 +0530 @@ -29,6 +29,7 @@ * forever, so make this test future safe, we specify them explicitly * * @test + * @fork * @runif external.octane * @option -scripting * @option -Dnashorn.typeInfo.disabled=true diff -r 11a4f68806bc -r e84cfe70c504 test/script/basic/compile-octane-splitter.js --- a/test/script/basic/compile-octane-splitter.js Tue Aug 12 13:23:47 2014 +0200 +++ b/test/script/basic/compile-octane-splitter.js Wed Aug 13 15:00:24 2014 +0530 @@ -29,6 +29,7 @@ * forever, so make this test future safe, we specify them explicitly * * @test + * @fork * @option -Dnashorn.compiler.splitter.threshold=1000 * @fork * @runif external.octane