Merge
authorBrian Aker <brian@tangent.org>
Tue, 6 Jan 2009 22:08:49 +0000 (14:08 -0800)
committerBrian Aker <brian@tangent.org>
Tue, 6 Jan 2009 22:08:49 +0000 (14:08 -0800)
1  2 
tests/function.c

index 7ec22d4cdb38bdb97e0f68ad3e01564816c1e2d4,deccab144f8214f97535df653a74c191dd697a42..411c12b68880e073993ce6f0950d5ece59a8ad83
@@@ -3063,10 -3051,18 +3086,19 @@@ test_st user_tests[] =
    {"user_supplied_bug14", 1, user_supplied_bug14 },
    {"user_supplied_bug15", 1, user_supplied_bug15 },
    {"user_supplied_bug16", 1, user_supplied_bug16 },
+ #ifndef __sun
+   /* 
+   ** It seems to be something weird with the character sets.. 
+   ** value_fetch is unable to parse the value line (iscntrl "fails"), so I
+   ** guess I need to find out how this is supposed to work.. Perhaps I need
+   ** to run the test in a specific locale (I tried zh_CN.UTF-8 without success,
+   ** so just disable the code for now...).
+   */
    {"user_supplied_bug17", 1, user_supplied_bug17 },
+ #endif
    {"user_supplied_bug18", 1, user_supplied_bug18 },
    {"user_supplied_bug19", 1, user_supplied_bug19 },
 +  {"user_supplied_bug20", 1, user_supplied_bug20 },
    {0, 0, 0}
  };