blob: 07fc114a9be5b0125f61be2053d8825420548453 [file] [log] [blame] [edit]
(module "\00asm\0c\00\00\00")
(module "\00asm" "\0c\00\00\00")
(module $M1 "\00asm\0c\00\00\00")
(module $M2 "\00asm" "\0c\00\00\00")
(assert_malformed (module "") "unexpected end")
(assert_malformed (module "\01") "unexpected end")
(assert_malformed (module "\00as") "unexpected end")
(assert_malformed (module "\01") "unexpected end")
(assert_malformed (module "asm\00") "magic header not detected")
(assert_malformed (module "\00asm") "unexpected end")
(assert_malformed (module "\00asm\0c") "unexpected end")
(assert_malformed (module "\00asm\0c\00\00") "unexpected end")
(assert_malformed (module "\00asm\10\00\00\00") "unknown binary version")