Reviewers: Toon Verwaest,

Description:
Enable access check tests that no longer fail with TF.

R=verwa...@chromium.org

Please review this at https://codereview.chromium.org/473873002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+3, -15 lines):
  M test/cctest/cctest.status
  M test/intl/intl.status
  M test/message/message.status
  M test/preparser/preparser.status
  M test/promises-aplus/promises-aplus.status


Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 60baaca081caedc70b366b6295998e97c9a0fa14..d45e34f295a130da2784c4b40553af24ebee69e3 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -75,18 +75,14 @@
   # BUG(2999). (test/cpu-profiler/CollectCpuProfile)
   # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup)
   'test-cpu-profiler/*': [PASS, FLAKY],
+  'test-cpu-profiler/*': [SKIP],

##############################################################################
   # TurboFan compiler failures.

# TODO(mstarzinger): These need investigation and are not categorized yet.
-  'test-cpu-profiler/*': [SKIP],
   'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS],

-  # TODO(mstarzinger/verwaest): This access check API is borked.
-  'test-api/TurnOnAccessCheck': [PASS, NO_VARIANTS],
-  'test-api/TurnOnAccessCheckAndRecompile': [PASS, NO_VARIANTS],
-
   # TODO(mstarzinger): Sometimes the try-catch blacklist fails.
   'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS],
   'test-debug/MessageQueues': [PASS, NO_VARIANTS],
@@ -100,7 +96,6 @@

   # Some tests are just too slow to run for now.
   'test-api/Threading*': [PASS, NO_VARIANTS],
-  'test-api/RequestInterruptTestWithMathAbs': [PASS, NO_VARIANTS],
'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_VARIANTS],
   'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
   'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
Index: test/intl/intl.status
diff --git a/test/intl/intl.status b/test/intl/intl.status
index 007943a323c8cc7c763a590e1b454e8eb8e531b0..d48d695165210a7a8d06d28a072c6c6c498c4a32 100644
--- a/test/intl/intl.status
+++ b/test/intl/intl.status
@@ -25,10 +25,9 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-
-# The following tests use getDefaultTimeZone().
 [
 [ALWAYS, {
+  # The following tests use getDefaultTimeZone().
   'date-format/resolved-options': [FAIL],
   'date-format/timezone': [FAIL],
   'general/v8Intl-exists': [FAIL],
Index: test/message/message.status
diff --git a/test/message/message.status b/test/message/message.status
index 00f6e34720e25c8c7ba3d2613d049bcc6a5b1913..234bf0f35ca1b50c16f0aa3d1d10ef088d60c42d 100644
--- a/test/message/message.status
+++ b/test/message/message.status
@@ -25,10 +25,9 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-
-# All tests in the bug directory are expected to fail.
 [
 [ALWAYS, {
+  # All tests in the bug directory are expected to fail.
   'bugs/*': [FAIL],
 }],  # ALWAYS
 ]
Index: test/preparser/preparser.status
diff --git a/test/preparser/preparser.status b/test/preparser/preparser.status index babf35d5d82dc4806e6398665887c887d979edac..9d69988f71f561da18fd92198092587e7380c38a 100644
--- a/test/preparser/preparser.status
+++ b/test/preparser/preparser.status
@@ -25,10 +25,6 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-
-# We don't parse RegExps at scanning time, so we can't fail on octal
-# escapes (we need to parse to distinguish octal escapes from valid
-# back-references).
 [
 [ALWAYS, {
   # TODO(mstarzinger): This script parses but throws a TypeError when run.
Index: test/promises-aplus/promises-aplus.status
diff --git a/test/promises-aplus/promises-aplus.status b/test/promises-aplus/promises-aplus.status index fdcf40b13fec4afbb57aa6755d098649b82f2efe..5da9efae903d8e6c9d4b9351c4805f1a2f757d8e 100644
--- a/test/promises-aplus/promises-aplus.status
+++ b/test/promises-aplus/promises-aplus.status
@@ -25,7 +25,6 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-
 [
 [ALWAYS, {
 }],  # ALWAYS


--
--
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/d/optout.

Reply via email to