flatbuffers/tests
Saman 74b5195089
Fix operator==() generated for field of fixed sized array (#7749)
* Fix operator==() generated for field of fixed sized array

* Compare address

* noexcept

* Grammer

Co-authored-by: Derek Bailey <derekbailey@google.com>
2023-01-05 20:11:11 -08:00
..
annotated_binary
arrays_test Rust soundness fixes (#7518) 2022-09-29 09:58:49 -04:00
cpp17 FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
DictionaryLookup Expand wildcard imports in the generated Kotlin files. (#7757) 2023-01-05 14:34:44 -08:00
docker Moves all of the swift test code into tests/swift (#7509) 2022-09-09 22:35:42 -07:00
evolution_test FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
FlatBuffers.Benchmarks [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
FlatBuffers.Test [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
flatc Add support for metadata attributes for enum values (#7567) (#7568) 2022-10-06 20:18:00 -04:00
fuzzer Audit and fixups for GCC and Clang (#7212) 2022-08-16 10:48:41 -07:00
include_test Fix go generator undefined Package name, also throwing exception (#7632) 2022-11-22 13:21:25 -08:00
include_test1 Rust soundness fixes (#7518) 2022-09-29 09:58:49 -04:00
include_test2 Rust soundness fixes (#7518) 2022-09-29 09:58:49 -04:00
key_field Fix operator==() generated for field of fixed sized array (#7749) 2023-01-05 20:11:11 -08:00
keyword_test Fix Rust codegen escaping field in tables. (#7659) 2022-12-15 06:04:57 +00:00
KeywordTest FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
minified_enums Fixes #7345 to add the option to minify enums (#7566) 2022-11-11 04:47:28 +00:00
monster_test Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test_serialize Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test_suffix FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
more_defaults Rust soundness fixes (#7518) 2022-09-29 09:58:49 -04:00
my-game Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
MyGame Expand wildcard imports in the generated Kotlin files. (#7757) 2023-01-05 14:34:44 -08:00
name_clash_test
namespace_test Expand wildcard imports in the generated Kotlin files. (#7757) 2023-01-05 14:34:44 -08:00
nested_namespace_test FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
nim [Nim] Bfbs Nim Generator (#7534) 2022-10-21 14:30:04 -04:00
optional-scalars Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
optional_scalars Expand wildcard imports in the generated Kotlin files. (#7757) 2023-01-05 14:34:44 -08:00
order Fix go generator undefined Package name, also throwing exception (#7632) 2022-11-22 13:21:25 -08:00
private_annotation_test Rust soundness fixes (#7518) 2022-09-29 09:58:49 -04:00
prototest Add support for parsing proto map fields (#7613) 2022-11-08 10:51:24 -08:00
rust_no_std_compilation_test Rust fix compilation for no_std targets #2 (#7553) 2022-10-19 09:14:41 -04:00
rust_serialize_test Rust soundness fixes (#7518) 2022-09-29 09:58:49 -04:00
rust_usage_test Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
swift FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
ts [TS] Fix getFullyQualifiedName codegen for typescript (#7730) 2022-12-22 20:59:40 +00:00
type_field_collsion FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
union_vector Expand wildcard imports in the generated Kotlin files. (#7757) 2023-01-05 14:34:44 -08:00
Abc.nim FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
alignment_test.cpp [C++] Rare bad buffer content alignment if sizeof(T) != alignof(T) (#7520) 2022-09-21 11:05:05 -07:00
alignment_test.fbs [C++] Rare bad buffer content alignment if sizeof(T) != alignof(T) (#7520) 2022-09-21 11:05:05 -07:00
alignment_test.h [C++] Rare bad buffer content alignment if sizeof(T) != alignof(T) (#7520) 2022-09-21 11:05:05 -07:00
alignment_test_generated.h FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
arrays_test.bfbs Put documentation to bfbs if it is not empty (#7649) 2022-11-17 15:55:42 -08:00
arrays_test.fbs
arrays_test.golden
arrays_test.schema.json
arrays_test_generated.h Fix operator==() generated for field of fixed sized array (#7749) 2023-01-05 20:11:11 -08:00
BUILD.bazel Add support for using array of scalar as key field in Cpp (#7623) 2022-11-18 11:04:46 -08:00
DartTest.sh Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
dictionary_lookup.fbs
evolution_test.cpp Fix confrom failure for nullptr dereference. (#7688) 2022-12-01 20:21:48 -08:00
evolution_test.h Refactor test.cpp (#7487) 2022-08-28 16:54:58 -07:00
flexbuffers_test.cpp Add missing #include <algorithm> for std::min/std::max uses, and #include <limits> for std::numeric_limits<> (#7624) 2022-11-08 09:36:35 -08:00
flexbuffers_test.h [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
fuzz_test.cpp Add missing #include <algorithm> for std::min/std::max uses, and #include <limits> for std::numeric_limits<> (#7624) 2022-11-08 09:36:35 -08:00
fuzz_test.h Refactor test.cpp (#7487) 2022-08-28 16:54:58 -07:00
go_test.go Add key lookup support for tables in Go (#7644) 2022-11-22 14:08:19 -08:00
gold_flexbuffer_example.bin
GoTest.sh Add --go-module-name flag to support generating Go module compatible code (#7651) 2022-11-22 14:28:01 -08:00
include_build_test.cc
include_test1_generated.dart Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
include_test2_my_game.other_name_space_generated.dart Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
included_test.fbs
includer_test.fbs
is_quiet_nan.h Refactor test.cpp (#7487) 2022-08-28 16:54:58 -07:00
javatest.bin
json_test.cpp [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
json_test.h [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
key_field_test.cpp [C++] Update to address comparator failure in big endian (#7681) 2022-12-06 14:02:16 -08:00
key_field_test.h Add support for using array of scalar as key field in Cpp (#7623) 2022-11-18 11:04:46 -08:00
keyword_test.fbs Fix Rust codegen escaping field in tables. (#7659) 2022-12-15 06:04:57 +00:00
KotlinTest.kt
KotlinTest.sh
lobstertest.lobster
LuaTest.bat
luatest.lua
LuaTest.sh
monster_extra.fbs
monster_extra_generated.h FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
monster_extra_my_game_generated.dart
monster_test.afb Put documentation to bfbs if it is not empty (#7649) 2022-11-17 15:55:42 -08:00
monster_test.bfbs Put documentation to bfbs if it is not empty (#7649) 2022-11-17 15:55:42 -08:00
monster_test.cpp Add missing #include <algorithm> for std::min/std::max uses, and #include <limits> for std::numeric_limits<> (#7624) 2022-11-08 09:36:35 -08:00
monster_test.fbs Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test.grpc.fb.cc
monster_test.grpc.fb.h
monster_test.h [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
monster_test.schema.json Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test_bfbs_generated.h FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
monster_test_generated.grpc.fb.cc
monster_test_generated.grpc.fb.h
monster_test_generated.h FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
monster_test_generated.lobster Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test_generated.py Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test_generated.ts Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
monster_test_my_game.example2_generated.dart Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
monster_test_my_game.example_generated.dart Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
monster_test_my_game_generated.dart Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
monsterdata_extra.json
monsterdata_go_wire.mon.sp
monsterdata_python_wire.mon
monsterdata_test.afb
monsterdata_test.golden
monsterdata_test.json
monsterdata_test.mon
more_defaults.fbs
MoreDefaults.nim FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
MutatingBool.fbs
nan_inf_test.fbs [swift] fix broken swift test build (#7633) (#7634) 2022-11-11 18:36:47 +01:00
native_inline_table_test.fbs [C++] support native_inline attribute for vector of tables (#7479) 2022-08-29 12:48:10 -07:00
native_inline_table_test_generated.h FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
native_type_test.fbs
native_type_test_generated.h FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
native_type_test_impl.cpp
native_type_test_impl.h
nested_union_test.fbs [Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576) 2022-10-26 14:56:52 -07:00
optional_scalars.fbs
optional_scalars.json
optional_scalars_defaults.json
optional_scalars_generated.h FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
optional_scalars_generated.lobster
optional_scalars_generated.ts Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
optional_scalars_test.cpp [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
optional_scalars_test.h Refactor test.cpp (#7487) 2022-08-28 16:54:58 -07:00
parser_test.cpp Add missing #include <algorithm> for std::min/std::max uses, and #include <limits> for std::numeric_limits<> (#7624) 2022-11-08 09:36:35 -08:00
parser_test.h [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
phpTest.php Fix PHP byte validation and reenable builds (#7670) 2022-11-29 08:12:28 -08:00
phpUnionVectorTest.php
phpUnionVectorTest.sh
Pizza.go Fix go generator undefined Package name, also throwing exception (#7632) 2022-11-22 13:21:25 -08:00
private_annotation_test.fbs
Property.nim FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
proto_test.cpp Add support for parsing proto map fields (#7613) 2022-11-08 10:51:24 -08:00
proto_test.h [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
py_flexbuffers_test.py
py_test.py Fixed test cases (#7732) 2022-12-22 20:51:39 +00:00
PythonTest.sh [Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576) 2022-10-26 14:56:52 -07:00
reflection_test.cpp Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
reflection_test.h tests/reflection_test.h: add missing <stdint.h> include (#7680) 2022-11-30 18:47:10 -08:00
RustTest.bat Rust fix compilation for no_std targets #2 (#7553) 2022-10-19 09:14:41 -04:00
RustTest.sh Rust fix compilation for no_std targets #2 (#7553) 2022-10-19 09:14:41 -04:00
TableA.lua FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
TableA.nim FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
TableAT.java
test.cpp Fix operator==() generated for field of fixed sized array (#7749) 2023-01-05 20:11:11 -08:00
test_assert.cpp remove travis config (#7522) 2022-09-10 12:36:51 -07:00
test_assert.h avoid zero-as-null-pointer warning (#7423) 2022-08-08 21:32:13 -07:00
test_builder.cpp Audit and fixups for GCC and Clang (#7212) 2022-08-16 10:48:41 -07:00
test_builder.h
TestAll.sh Moved TypeScriptTests to python script (#7411) 2022-08-07 11:42:02 -07:00
TestMutatingBool.nim FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
type_field_collsion.fbs
unicode_test.json
unicode_test.mon
util_test.cpp [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
util_test.h Refactor test.cpp (#7487) 2022-08-28 16:54:58 -07:00
vector_has_test.fbs