Revision: 16984
Author:   hpa...@chromium.org
Date:     Fri Sep 27 11:04:16 2013 UTC
Log:      Disable gc stress mode for mjsunit timer test.

BUG=
R=mstarzin...@chromium.org

Review URL: https://codereview.chromium.org/24979002
http://code.google.com/p/v8/source/detail?r=16984

Modified:
 /branches/bleeding_edge/test/mjsunit/timer.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/timer.js Wed Sep 25 18:53:33 2013 UTC +++ /branches/bleeding_edge/test/mjsunit/timer.js Fri Sep 27 11:04:16 2013 UTC
@@ -25,8 +25,15 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+// Flags: --allow-natives-syntax
+
 // Tests timer milliseconds granularity.

+// Don't run this test in gc stress mode. Time differences may be long
+// due to garbage collections.
+%SetFlags("--gc-interval=-1");
+%SetFlags("--nostress-compaction");
+
 (function run() {
   var start_test = Date.now();
   // Let the retry run for maximum 100ms to reduce flakiness.

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to