MIPS: CpuProfiler: enable tests except four failing tests.
authorbalazs.kilvady <balazs.kilvady@imgtec.com>
Thu, 12 Mar 2015 10:46:22 +0000 (03:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 12 Mar 2015 10:46:31 +0000 (10:46 +0000)
Port 84e90b2d0d28229b4107ff350620fc40935c5770

Original commit message:
Four tests are failing due to a problem with no frame ranges.

TEST=cctest/test-cpu-profiler/CollectDeoptEvents
BUG=

Review URL: https://codereview.chromium.org/1000723002

Cr-Commit-Position: refs/heads/master@{#27152}

test/cctest/cctest.status

index b5e8246162e00006f0f63c56387f4b59644b5172..5ecbbea1bc46eb5c763c69eaa17b4cde691fed63 100644 (file)
 
 ##############################################################################
 ['arch == mipsel or arch == mips', {
+  'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
+
   # BUG(1075): Unresolved crashes on MIPS also.
   'test-serialize/Deserialize': [SKIP],
   'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
 
 ##############################################################################
 ['arch == mips64el', {
+  'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
+
   # BUG(v8:3154).
   'test-heap/ReleaseOverReservedPages': [PASS, FAIL],