Commit c8d833a4 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Add more test suites to Android testing

NOTRY=true
TBR=sergiyb@chromium.org

Bug: chromium:866862
Change-Id: Ifcce9fced4fb96d0ec36335802549f146f0af751
Reviewed-on: https://chromium-review.googlesource.com/1209345
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55705}
parent a836dfb5
......@@ -39,7 +39,10 @@
'os': 'Android',
},
'tests': [
{'name': 'benchmarks'},
{'name': 'd8testing', 'variant': 'default', 'shards': 2},
{'name': 'mozilla'},
{'name': 'test262', 'shards': 6},
],
},
##############################################################################
......
......@@ -1023,6 +1023,11 @@
'js1_5/extensions/regress-355497': [FAIL_OK, '--sim-stack-size=512'],
}], # 'arch == arm64 and simulator_run'
['system == android', {
# https://crbug.com/v8/8146
'ecma/Array/15.4.4.5-3': [FAIL],
}], # 'system == android'
['tsan', {
# https://crbug.com/v8/7632
'ecma_3/RegExp/regress-85721': [SKIP],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment