flatbuffers/tests
Thanabodee Charoenpiriyakij 47c7aa0361 Fix echo not interpret \n in GoTest.sh (#5426)
When running GoTest.sh, the last step that checking go format files
are print \n instead of new line:

These files are not well gofmt'ed:\n\nMyGame/Example/Color.go
MyGame/Example/MonsterStorage_grpc.go

This changes fix it by echo NOT_FMT_FILES in separate line.
2019-07-01 11:42:00 -07:00
..
docker Fix rust crate for big-endian targets (#5229) 2019-03-08 01:06:25 -08:00
FlatBuffers.Benchmarks Remove byte* property in ByteBufferAllocator (#5191) 2019-02-21 23:36:55 +01:00
FlatBuffers.Test Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
fuzzer Make the Parser independent from the global C-locale (#5028) 2018-11-16 09:24:06 -08:00
include_test Disallowed 0 byte structs. 2018-10-29 17:40:19 -07:00
MyGame Updated missing generated code for PR #5313 (fixed arrays) 2019-06-20 10:21:10 -07:00
namespace_test Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
prototest Fix the proto-enum leaking issue (#5286) 2019-04-11 13:52:01 -07:00
rust_usage_test [Rust] Don't use inner attributes for allow (#5212) 2019-03-09 12:58:27 -08:00
union_vector Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
arrays_test.bfbs Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
arrays_test.fbs Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
arrays_test.golden Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
arrays_test.schema.json Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
arrays_test_generated.h Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
DartTest.sh
generate_code.bat Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
generate_code.sh Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
go_test.go [Go] Change two more sites to use enum types (#5359) 2019-05-20 14:46:36 -07:00
GoTest.sh Fix echo not interpret \n in GoTest.sh (#5426) 2019-07-01 11:42:00 -07:00
JavaScriptTest.js [JS/TS] Size prefix support (#5326) 2019-05-16 11:43:31 -07:00
JavaScriptTest.sh
JavaScriptUnionVectorTest.js
JavaTest.bat Fixed vector of unions crash in java (#5190) 2019-02-21 19:50:13 +01:00
javatest.bin Reduced force_align in tests to 8, to work with --object-api. 2019-02-07 14:51:04 -08:00
JavaTest.java Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
JavaTest.sh Fixed vector of unions crash in java (#5190) 2019-02-21 19:50:13 +01:00
lobstertest.lobster Lobster: added builder API for tables 2019-05-22 19:42:13 -07:00
LuaTest.bat
luatest.lua
monster_extra.fbs Make MonsterExtra table a root table (#5315) 2019-05-02 15:12:58 -07:00
monster_extra_generated.h [C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404) 2019-06-14 17:47:07 +02:00
monster_test.bfbs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test.fbs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test.grpc.fb.cc Fix Java generator bug that ignores bidi streaming attribute (#5063) 2018-11-29 10:33:17 -08:00
monster_test.grpc.fb.h Fix Java generator bug that ignores bidi streaming attribute (#5063) 2018-11-29 10:33:17 -08:00
monster_test.schema.json Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
monster_test_generated.h [C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404) 2019-06-14 17:47:07 +02:00
monster_test_generated.js Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test_generated.lobster Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test_generated.rs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test_generated.ts Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test_my_game.example2_generated.dart CI check generate code (#4998) 2018-10-22 15:41:12 -07:00
monster_test_my_game.example_generated.dart Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test_my_game_generated.dart
monsterdata_extra.json Make MonsterExtra table a root table (#5315) 2019-05-02 15:12:58 -07:00
monsterdata_python_wire.mon Reduced force_align in tests to 8, to work with --object-api. 2019-02-07 14:51:04 -08:00
monsterdata_test.golden
monsterdata_test.json
monsterdata_test.mon Reduced force_align in tests to 8, to work with --object-api. 2019-02-07 14:51:04 -08:00
phpTest.php
phpUnionVectorTest.php
phpUnionVectorTest.sh
py_test.py Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
PythonTest.sh
RustTest.bat Rust: test that no heap allocs happen on hot paths (#5022) 2018-10-31 18:08:14 -07:00
RustTest.sh Fix rust crate for big-endian targets (#5229) 2019-03-08 01:06:25 -08:00
test.cpp Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
test_assert.cpp Set default CRTReportMode for the flatc target (#5336) 2019-05-09 10:10:10 -07:00
test_assert.h Fixed use of WIN32 needs to be _WIN32. 2019-02-19 10:49:55 -08:00
test_builder.cpp
test_builder.h Removing 'using namespace' usage in test_builder (#5154) 2019-02-05 02:07:05 +01:00
TestAll.sh
TypeScriptTest.sh
unicode_test.json