2016-09-06 22:49:51 +02: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-05-31 11:11:57 +02:00
|
|
|
group("v8_test262") {
|
|
|
|
testonly = true
|
2016-09-06 22:49:51 +02:00
|
|
|
|
2018-05-31 11:11:57 +02:00
|
|
|
data_deps = [
|
|
|
|
"../..:d8",
|
|
|
|
"../../tools:v8_testrunner",
|
2016-09-06 22:49:51 +02:00
|
|
|
]
|
|
|
|
|
2018-05-31 11:11:57 +02:00
|
|
|
data = [
|
|
|
|
"data/",
|
|
|
|
"detachArrayBuffer.js",
|
2024-09-17 12:09:47 +02:00
|
|
|
"harness-abstractmodulesource.js",
|
2018-05-31 11:11:57 +02:00
|
|
|
"harness-adapt.js",
|
2019-03-12 09:01:49 +01:00
|
|
|
"harness-adapt-donotevaluate.js",
|
2018-05-31 11:11:57 +02:00
|
|
|
"harness-agent.js",
|
2023-03-30 12:11:08 +02:00
|
|
|
"harness-done.js",
|
2020-07-13 10:39:42 +02:00
|
|
|
"harness-ishtmldda.js",
|
2018-05-31 11:11:57 +02:00
|
|
|
"test262.status",
|
|
|
|
"testcfg.py",
|
|
|
|
"local-tests/",
|
|
|
|
]
|
2019-03-12 09:01:49 +01:00
|
|
|
}
|