Skip to content

Commit 1ec4847

Browse files
davidbendkostic
authored and
dkostic
committed
Re-add go:build ignore lines
This reverts commit bab2f96e2637acb107fe9b099c58befbca918748. This clears the sea of red in my editor. Change-Id: I600ef6c36556fb526da729f0f0d8bc69db5c5a08 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/59186 Reviewed-by: Adam Langley <[email protected]> Commit-Queue: David Benjamin <[email protected]> (cherry picked from commit ece1f86968f576ec6876fc398fd191256ce31039)
1 parent 0fae4c6 commit 1ec4847

30 files changed

+60
-0
lines changed

crypto/err/err_data_generate.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

crypto/fipsmodule/bn/bn_test_to_fuzzer.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

crypto/fipsmodule/bn/check_bn_tests.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

crypto/fipsmodule/ec/make_ec_scalar_base_mult_tests.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

crypto/fipsmodule/ec/make_p256-nistz-tests.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

crypto/fipsmodule/ec/make_tables.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

crypto/obj/objects.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

crypto/x509/test/make_basic_constraints.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// make_basic_constraints.go generates self-signed certificates with the basic
1618
// constraints extension.
1719
package main

crypto/x509/test/make_invalid_extensions.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// make_invalid_extensions.go generates a number of certificate chains with
1618
// invalid extension encodings.
1719
package main

crypto/x509/test/make_many_constraints.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// make_many_constraints.go generates test certificates many_constraints.pem,
1618
// many_names*.pem, and some_names*.pem for x509_test.cc
1719
package main

crypto/x509/test/make_policy_certs.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// make_policy_certs.go generates certificates for testing policy handling.
1618
package main
1719

util/all_tests.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

util/check_filenames.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// check_filenames.go checks that filenames are unique. Some of our consumers do
1618
// not support multiple files with the same name in the same build target, even
1719
// if they are in different directories.

util/check_imported_libraries.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// check_imported_libraries.go checks that each of its arguments only imports
1618
// allowed libraries. This is used to avoid accidental dependencies on
1719
// libstdc++.so.

util/check_stack.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// check_stack.go checks that each of its arguments has a non-executable stack.
1618
// See https://www.airs.com/blog/archives/518 for details.
1719
package main

util/compare_benchmarks.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// compare_benchmarks takes the JSON-formatted output of bssl speed and
1618
// compares it against a baseline output.
1719
package main

util/convert_comments.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

util/convert_wycheproof/convert_wycheproof.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// convert_wycheproof converts Wycheproof test vectors into a format more easily
1618
// consumed by BoringSSL.
1719
package main

util/diff_asm.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

util/doc.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ignore
2+
13
// doc generates HTML files from the comments in header files.
24
//
35
// doc expects to be given the path to a JSON file via the --config option.

util/embed_test_data.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// embed_test_data generates a C++ source file which exports a function,
1618
// GetTestData, which looks up the specified data files.
1719
package main

util/fetch_ech_config_list.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

util/fipstools/acvp/acvptool/test/check_expected.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

util/fipstools/acvp/acvptool/test/trim_vectors.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// trimvectors takes an ACVP vector set file and discards all but a single test
1618
// from each test group. This hope is that this achieves good coverage without
1719
// having to check in megabytes worth of JSON files.

util/fipstools/break-hash.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// break-hash parses an ELF binary containing the FIPS module and corrupts the
1618
// first byte of the module. This should cause the integrity check to fail.
1719
package main

util/godeps.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// godeps prints out dependencies of a package in either CMake or Make depfile
1618
// format, for incremental rebuilds.
1719
//

util/make_errors.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

util/make_prefix_headers.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// This program takes a file containing newline-separated symbols, and generates
1618
// boringssl_prefix_symbols.h, boringssl_prefix_symbols_asm.h, and
1719
// boringssl_prefix_symbols_nasm.inc. These header files can be used to build

util/read_symbols.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
// read_symbols scans one or more .a files and, for each object contained in
1618
// the .a files, reads the list of symbols in that object file.
1719
package main

util/run_android_tests.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15+
//go:build ignore
16+
1517
package main
1618

1719
import (

0 commit comments

Comments
 (0)