aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/generated
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-05-21 20:01:20 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-05-24 14:46:33 -0700
commit272cdca728d4c691cee1e2f0d2a55fe7ad78f036 (patch)
tree54ff4d5efd4b34caef04fc4317da22a8b791dd98 /tools/run_tests/generated
parent687e0a88ca22a3a222f2e97258d9f49193d6bcd3 (diff)
regenerate projects
Diffstat (limited to 'tools/run_tests/generated')
-rw-r--r--tools/run_tests/generated/sources_and_headers.json38
-rw-r--r--tools/run_tests/generated/tests.json26
2 files changed, 61 insertions, 3 deletions
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json
index 6357159e96..0af4e19a1a 100644
--- a/tools/run_tests/generated/sources_and_headers.json
+++ b/tools/run_tests/generated/sources_and_headers.json
@@ -5453,6 +5453,20 @@
{
"deps": [
"boringssl",
+ "boringssl_self_test_lib",
+ "boringssl_test_util"
+ ],
+ "headers": [],
+ "is_filegroup": false,
+ "language": "c++",
+ "name": "boringssl_self_test",
+ "src": [],
+ "third_party": true,
+ "type": "target"
+ },
+ {
+ "deps": [
+ "boringssl",
"boringssl_file_test_gtest_lib",
"boringssl_test_util"
],
@@ -7740,18 +7754,18 @@
"third_party/boringssl/crypto/fipsmodule/ec/internal.h",
"third_party/boringssl/crypto/fipsmodule/ec/oct.c",
"third_party/boringssl/crypto/fipsmodule/ec/p224-64.c",
- "third_party/boringssl/crypto/fipsmodule/ec/p256-64.c",
"third_party/boringssl/crypto/fipsmodule/ec/p256-x86_64-table.h",
"third_party/boringssl/crypto/fipsmodule/ec/p256-x86_64.c",
"third_party/boringssl/crypto/fipsmodule/ec/p256-x86_64.h",
"third_party/boringssl/crypto/fipsmodule/ec/simple.c",
- "third_party/boringssl/crypto/fipsmodule/ec/util-64.c",
+ "third_party/boringssl/crypto/fipsmodule/ec/util.c",
"third_party/boringssl/crypto/fipsmodule/ec/wnaf.c",
"third_party/boringssl/crypto/fipsmodule/ecdsa/ecdsa.c",
"third_party/boringssl/crypto/fipsmodule/hmac/hmac.c",
"third_party/boringssl/crypto/fipsmodule/md4/md4.c",
"third_party/boringssl/crypto/fipsmodule/md5/md5.c",
"third_party/boringssl/crypto/fipsmodule/modes/cbc.c",
+ "third_party/boringssl/crypto/fipsmodule/modes/ccm.c",
"third_party/boringssl/crypto/fipsmodule/modes/cfb.c",
"third_party/boringssl/crypto/fipsmodule/modes/ctr.c",
"third_party/boringssl/crypto/fipsmodule/modes/gcm.c",
@@ -7767,10 +7781,13 @@
"third_party/boringssl/crypto/fipsmodule/rsa/padding.c",
"third_party/boringssl/crypto/fipsmodule/rsa/rsa.c",
"third_party/boringssl/crypto/fipsmodule/rsa/rsa_impl.c",
+ "third_party/boringssl/crypto/fipsmodule/self_check/self_check.c",
"third_party/boringssl/crypto/fipsmodule/sha/sha1-altivec.c",
"third_party/boringssl/crypto/fipsmodule/sha/sha1.c",
"third_party/boringssl/crypto/fipsmodule/sha/sha256.c",
"third_party/boringssl/crypto/fipsmodule/sha/sha512.c",
+ "third_party/boringssl/crypto/fipsmodule/tls/internal.h",
+ "third_party/boringssl/crypto/fipsmodule/tls/kdf.c",
"third_party/boringssl/crypto/internal.h",
"third_party/boringssl/crypto/obj/obj_dat.h",
"third_party/boringssl/crypto/pkcs7/internal.h",
@@ -7856,7 +7873,9 @@
"third_party/boringssl/include/openssl/x509_vfy.h",
"third_party/boringssl/include/openssl/x509v3.h",
"third_party/boringssl/ssl/internal.h",
- "third_party/boringssl/third_party/fiat/internal.h"
+ "third_party/boringssl/third_party/fiat/curve25519_tables.h",
+ "third_party/boringssl/third_party/fiat/internal.h",
+ "third_party/boringssl/third_party/fiat/p256.c"
],
"is_filegroup": false,
"language": "c",
@@ -8433,6 +8452,19 @@
"headers": [],
"is_filegroup": false,
"language": "c++",
+ "name": "boringssl_self_test_lib",
+ "src": [],
+ "third_party": true,
+ "type": "lib"
+ },
+ {
+ "deps": [
+ "boringssl",
+ "boringssl_test_util"
+ ],
+ "headers": [],
+ "is_filegroup": false,
+ "language": "c++",
"name": "boringssl_file_test_gtest_lib",
"src": [],
"third_party": true,
diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json
index 23e2223b01..00604f181c 100644
--- a/tools/run_tests/generated/tests.json
+++ b/tools/run_tests/generated/tests.json
@@ -6748,6 +6748,32 @@
"flaky": false,
"gtest": true,
"language": "c++",
+ "name": "boringssl_self_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ]
+ },
+ {
+ "args": [],
+ "boringssl": true,
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
+ "cpu_cost": 1.0,
+ "defaults": "boringssl",
+ "exclude_configs": [
+ "asan",
+ "ubsan"
+ ],
+ "flaky": false,
+ "gtest": true,
+ "language": "c++",
"name": "boringssl_file_test_gtest",
"platforms": [
"linux",