2016-06-06 08:55:13 +00:00
|
|
|
# Copyright 2016 the V8 project authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
2018-03-26 13:42:13 +00:00
|
|
|
group("v8_test262") {
|
|
|
|
testonly = true
|
|
|
|
|
|
|
|
data_deps = [
|
|
|
|
"../..:d8",
|
|
|
|
"../../tools:v8_testrunner",
|
|
|
|
]
|
|
|
|
|
|
|
|
data = [
|
|
|
|
"data/",
|
|
|
|
"detachArrayBuffer.js",
|
2022-02-23 00:06:52 +00:00
|
|
|
"../../third_party/test262-harness/",
|
2018-03-26 13:42:13 +00:00
|
|
|
"harness-adapt.js",
|
2018-11-20 14:32:44 +00:00
|
|
|
"harness-adapt-donotevaluate.js",
|
2018-03-26 13:42:13 +00:00
|
|
|
"harness-agent.js",
|
2020-05-05 01:22:22 +00:00
|
|
|
"harness-ishtmldda.js",
|
2018-03-26 13:42:13 +00:00
|
|
|
"test262.status",
|
|
|
|
"testcfg.py",
|
|
|
|
"local-tests/",
|
|
|
|
]
|
2018-11-20 14:32:44 +00:00
|
|
|
}
|