[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: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55705}
This commit is contained in:
Michael Achenbach 2018-09-07 11:03:33 +02:00 committed by Commit Bot
parent a836dfb50d
commit c8d833a422
2 changed files with 8 additions and 0 deletions

View File

@ -39,7 +39,10 @@
'os': 'Android',
},
'tests': [
{'name': 'benchmarks'},
{'name': 'd8testing', 'variant': 'default', 'shards': 2},
{'name': 'mozilla'},
{'name': 'test262', 'shards': 6},
],
},
##############################################################################

View File

@ -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],