Enable access check tests that no longer fail with TF.
R=verwaest@chromium.org Review URL: https://codereview.chromium.org/473873002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23130 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
5bbb3a236d
commit
5c7edb7e2b
@ -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],
|
||||
|
@ -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],
|
||||
|
@ -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
|
||||
]
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user