1
0
Fork 0
arangodb/lib/V8
Wilfried Goesgens 0470f945fa Bug fix/improve test status handling (#5591)
* add missing documentation about argument handled in unittest.js

* improve error handling on fs.write

* fix option name

* improve result handling

- add exception handling
- write status bad even before we start the test so we really know when
  something went wrong.

* SYS exceptions will already handle system exceptions

* rethrow

* only return true if the file object has no error bit set

* don't double-close on error.

* add note that we disable exceptions explicitely
2018-06-13 14:10:44 +02:00
..
JSLoader.cpp fixed minor several compiler complaints (#5406) 2018-05-23 11:50:00 +02:00
JSLoader.h fixed minor several compiler complaints (#5406) 2018-05-23 11:50:00 +02:00
V8LineEditor.cpp fixed minor several compiler complaints (#5406) 2018-05-23 11:50:00 +02:00
V8LineEditor.h
v8-buffer.cpp fixed minor several compiler complaints (#5406) 2018-05-23 11:50:00 +02:00
v8-buffer.h fixed minor several compiler complaints (#5406) 2018-05-23 11:50:00 +02:00
v8-conv.cpp
v8-conv.h
v8-environment.cpp
v8-globals.cpp WIP - start adding optional overwrite to insert operation (RepSert) (#5268) 2018-05-24 19:47:15 +02:00
v8-globals.h
v8-helper.h fix https://github.com/arangodb/arangojs/issues/508 (#4664) 2018-02-27 14:54:51 +01:00
v8-json.cpp Bug fix/internal issue #342: allow to bind a view name (#4554) 2018-02-13 21:53:01 +01:00
v8-json.h
v8-json.ll
v8-mkpeephole.in
v8-mksnapshot.in
v8-shell.cpp fixed minor several compiler complaints (#5406) 2018-05-23 11:50:00 +02:00
v8-shell.h fixed minor several compiler complaints (#5406) 2018-05-23 11:50:00 +02:00
v8-utils.cpp Bug fix/improve test status handling (#5591) 2018-06-13 14:10:44 +02:00
v8-utils.h
v8-vpack.cpp velocypack micro optimizations (#5402) 2018-05-22 13:27:28 +02:00
v8-vpack.h properly convert the JS object to VPack for transactions (#4640) 2018-02-21 12:10:19 +01:00
v8-wrapper.h