diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-23 23:42:23 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-23 23:45:21 -0700 |
commit | 4e1d6fca8e6801292213be9a06914fe088df6e64 (patch) | |
tree | 7279c6e595cc434ba986997f4df9187a9880eca4 /test/message/throw_custom_error.js | |
parent | 4fa13152af92dd862f8f4b9ae0c207a9134e2ca5 (diff) | |
download | node-new-4e1d6fca8e6801292213be9a06914fe088df6e64.tar.gz |
Mark tests which are broken in libuv
Diffstat (limited to 'test/message/throw_custom_error.js')
-rw-r--r-- | test/message/throw_custom_error.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/message/throw_custom_error.js b/test/message/throw_custom_error.js index ef9fd3e0f7..8479daa686 100644 --- a/test/message/throw_custom_error.js +++ b/test/message/throw_custom_error.js @@ -19,6 +19,9 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. +// libuv-broken + + var common = require('../common'); var assert = require('assert'); |