flatbuffers/tests
Vladimir Glavnyy 9b034eee12
Fix interpretation of 'nan(number)' by the idl_parser (#5810)
* Parser reject "nan(n)" string as it does with nan(n)

* Adjust scalar fuzzer to ignore '$schema' substrings

- Scalar fuzzer ignores '$schema' substrings at the input
- Added 'scalar_debug' target to simplify research of fuzzed cases

* Improve formatting of './tests/fuzzer/CMakeLists.txt'
2020-03-16 11:59:34 -07:00
..
cpp17 Escape characters in jsonschema descriptions (#5644) 2020-03-12 12:10:30 -07:00
docker [Swift] Swift implementation 🎉🎉 (#5603) 2020-01-09 12:12:10 -08:00
evolution_test [C++] Adds basic schema evolution tests (#5611) 2019-11-14 15:44:18 -08:00
FlatBuffers.Benchmarks
FlatBuffers.Benchmarks.swift [Swift] Swift implementation 🎉🎉 (#5603) 2020-01-09 12:12:10 -08:00
FlatBuffers.GRPC.Swift pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
FlatBuffers.Test [C#] add ObjectAPI Serialization Utility (#5785) 2020-03-05 09:33:22 -08:00
FlatBuffers.Test.Swift pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
fuzzer Fix interpretation of 'nan(number)' by the idl_parser (#5810) 2020-03-16 11:59:34 -07:00
include_test [rust] Add use declarations to Rust-generated bindings for imported FB definitions (#5645) 2020-01-19 14:47:28 -08:00
MyGame pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
namespace_test pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
prototest (Optionally) add an additional suffix namespace to generated fbs files. (#5698) 2020-01-06 10:00:59 -08:00
rust_usage_test [Rust] Add gen-name-strings for Rust (#5757) 2020-03-08 19:05:20 -07:00
union_vector pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
arrays_test.bfbs
arrays_test.fbs
arrays_test.golden
arrays_test.schema.json
arrays_test_generated.h Fix memory leak on cpp object api (#5761) 2020-02-12 12:12:45 -08:00
BUILD Added the code to embed the binary schema to the source (--bfbs-gen-embed). (#5701) 2020-01-24 14:55:34 -08:00
DartTest.sh
generate_code.bat [Rust] Add gen-name-strings for Rust (#5757) 2020-03-08 19:05:20 -07:00
generate_code.sh [Scripts] Adds swift to generated code (#5806) 2020-03-16 11:55:59 -07:00
go_test.go [Go] Implements a SharedStrings function (#5733) 2020-01-24 09:57:34 -08:00
GoTest.sh [Go] Object API support (#5339) 2019-10-31 11:13:45 -07:00
JavaScriptTest.js
JavaScriptTest.sh
JavaScriptUnionVectorTest.js
JavaTest.bat
javatest.bin Fixed warnings generated by recent JSON sorting feature. 2019-10-17 15:16:40 -07:00
JavaTest.java [Java][FlexBuffers] Abstract buffer access from ByteBuffer (#5743) 2020-02-21 11:46:40 -08:00
JavaTest.sh
KotlinTest.kt
KotlinTest.sh
lobstertest.lobster
LuaTest.bat
luatest.lua Lua cleanup (#5624) 2019-11-14 15:46:46 -08:00
LuaTest.sh
monster_extra.fbs [Dart] Fix deprecated field support, inf/nan (#5724) 2020-01-23 14:53:58 -08:00
monster_extra_generated.h Fix memory leak on cpp object api (#5761) 2020-02-12 12:12:45 -08:00
monster_extra_my_game_generated.dart [Dart] Fix deprecated field support, inf/nan (#5724) 2020-01-23 14:53:58 -08:00
monster_test.bfbs Escape characters in jsonschema descriptions (#5644) 2020-03-12 12:10:30 -07:00
monster_test.fbs Escape characters in jsonschema descriptions (#5644) 2020-03-12 12:10:30 -07:00
monster_test.grpc.fb.cc
monster_test.grpc.fb.h
monster_test.grpc.swift [Scripts] Adds swift to generated code (#5806) 2020-03-16 11:55:59 -07:00
monster_test.schema.json Escape characters in jsonschema descriptions (#5644) 2020-03-12 12:10:30 -07:00
monster_test_bfbs_generated.h Escape characters in jsonschema descriptions (#5644) 2020-03-12 12:10:30 -07:00
monster_test_generated.h Escape characters in jsonschema descriptions (#5644) 2020-03-12 12:10:30 -07:00
monster_test_generated.js Escape characters in jsonschema descriptions (#5644) 2020-03-12 12:10:30 -07:00
monster_test_generated.lobster Escape characters in jsonschema descriptions (#5644) 2020-03-12 12:10:30 -07:00
monster_test_generated.rs Escape characters in jsonschema descriptions (#5644) 2020-03-12 12:10:30 -07:00
monster_test_generated.ts Escape characters in jsonschema descriptions (#5644) 2020-03-12 12:10:30 -07:00
monster_test_my_game.example2_generated.dart
monster_test_my_game.example_generated.dart Escape characters in jsonschema descriptions (#5644) 2020-03-12 12:10:30 -07:00
monster_test_my_game_generated.dart
monsterdata_extra.json
monsterdata_python_wire.mon
monsterdata_test.golden
monsterdata_test.json [C#] support Json Serialization (#5752) 2020-02-10 17:43:36 -08:00
monsterdata_test.mon
native_type_test.fbs
native_type_test_generated.h Fix memory leak on cpp object api (#5761) 2020-02-12 12:12:45 -08:00
native_type_test_impl.cpp [C++] Refactor to conform to Google C++ style guide (#5608) 2019-11-07 12:22:54 -08:00
native_type_test_impl.h [C++] Refactor to conform to Google C++ style guide (#5608) 2019-11-07 12:22:54 -08:00
phpTest.php
phpUnionVectorTest.php
phpUnionVectorTest.sh
py_test.py [Python] Fixed issue #5499 (#5764) 2020-02-11 15:02:21 -08:00
PythonTest.sh Flatbuffers Python Object API (#5616) 2019-12-02 14:11:28 -08:00
RustTest.bat
RustTest.sh
test.cpp Fix interpretation of 'nan(number)' by the idl_parser (#5810) 2020-03-16 11:59:34 -07:00
test_assert.cpp Added --filename-suffix and --filename-ext to flatc (#5778) 2020-03-02 10:15:23 -08:00
test_assert.h wrap multiple statements in do {} while(!IsConstTrue(true)) (#5655) 2019-12-13 10:14:14 -08:00
test_builder.cpp Added --filename-suffix and --filename-ext to flatc (#5778) 2020-03-02 10:15:23 -08:00
test_builder.h Add flatc '--cpp_std' switch (#5656) 2019-12-23 12:13:48 -08:00
TestAll.sh [Swift] Swift implementation 🎉🎉 (#5603) 2020-01-09 12:12:10 -08:00
TypeScriptTest.sh
unicode_test.json Fixed JSON parser not sorting vectors of tables/structs with key. 2019-10-10 15:25:39 -07:00