5 tests fail now related to expected throwing behavior ``` 1..771 # tests 771 # pass 766 # fail 5 ``` Related to: ```js impl.Buffer.alloc(2 * (1 << 30)) ``` and ```js dangerous.Buffer[method](2 * (1 << 30)) ```