From 4991e463807250438f7ac2b6a94e8ddc8ee1fa48 Mon Sep 17 00:00:00 2001 From: "zandobersek@gmail.com" Date: Mon, 23 Oct 2017 05:27:28 +0000 Subject: [PATCH] stress/check-string-ident.js is improperly skipped https://bugs.webkit.org/show_bug.cgi?id=178642 Reviewed by Saam Barati. * stress/check-string-ident.js: Drop the defaultNoEagerRun directive since it enforces the run-jsc-stress-tests script to still set up the test to run, despite the skip directive that's used before. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@223832 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- JSTests/ChangeLog | 11 +++++++++++ JSTests/stress/check-string-ident.js | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog index 9ba7363..0972c6e 100644 --- a/JSTests/ChangeLog +++ b/JSTests/ChangeLog @@ -1,3 +1,14 @@ +2017-10-22 Zan Dobersek + + stress/check-string-ident.js is improperly skipped + https://bugs.webkit.org/show_bug.cgi?id=178642 + + Reviewed by Saam Barati. + + * stress/check-string-ident.js: Drop the defaultNoEagerRun directive + since it enforces the run-jsc-stress-tests script to still set up the + test to run, despite the skip directive that's used before. + 2017-10-20 Mark Lam Add a test case for r214334. diff --git a/JSTests/stress/check-string-ident.js b/JSTests/stress/check-string-ident.js index a2bcbbf..fc17421 100644 --- a/JSTests/stress/check-string-ident.js +++ b/JSTests/stress/check-string-ident.js @@ -1,5 +1,5 @@ +// Skipped due to flakiness, used defaultNoEagerRun before. //@ skip -//@ defaultNoEagerRun const o = { baz: 20 }; function foo(p) { -- 1.8.3.1