Commit eb0bf3ae6688b7e98a706df2ad2714c071d77e22

Behdad Esfahbod 2014-08-06T15:36:41

Relax inert checks Previously, when creating an object from inert inputs (eg: "hb_font_create(hb_face_get_empty())") we returned the inert empty object. This is not helpful as there are legitimate usecases to do that. We now never return the inert object unless allocation failed. Tests are revised to reflect.