File tree Expand file tree Collapse file tree 9 files changed +48
-0
lines changed
graalpython/com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 9 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GB18030.test_chunkcoding
2
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GB18030.test_customreplace_encode
3
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder
4
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GB18030.test_streamwriter
5
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GB18030.test_streamwriter_reset_no_pending
6
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GB18030.test_xmlcharrefreplace
7
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GB2312.test_chunkcoding
8
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder
9
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GB2312.test_streamwriter
10
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GB2312.test_streamwriter_reset_no_pending
11
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GBK.test_chunkcoding
12
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GBK.test_incrementalencoder
13
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GBK.test_streamwriter
14
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_GBK.test_streamwriter_reset_no_pending
15
+ *graalpython.lib-python.3.test.test_codecencodings_cn.Test_HZ.test_streamwriter_reset_no_pending
Original file line number Diff line number Diff line change
1
+ *graalpython.lib-python.3.test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter_reset_no_pending
Original file line number Diff line number Diff line change
1
+ *graalpython.lib-python.3.test.test_codecencodings_iso2022.Test_ISO2022_JP.test_chunkcoding
2
+ *graalpython.lib-python.3.test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter_reset_no_pending
3
+ *graalpython.lib-python.3.test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_chunkcoding
4
+ *graalpython.lib-python.3.test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter_reset_no_pending
1
5
*graalpython.lib-python.3.test.test_codecencodings_iso2022.Test_ISO2022_KR.test_chunkcoding
6
+ *graalpython.lib-python.3.test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter_reset_no_pending
Original file line number Diff line number Diff line change
1
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_CP932.test_chunkcoding
2
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_CP932.test_incrementalencoder
3
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_CP932.test_streamwriter
4
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_CP932.test_streamwriter_reset_no_pending
5
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_chunkcoding
6
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder
7
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter
8
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter_reset_no_pending
9
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter_reset_no_pending
10
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_SJIS_COMPAT.test_chunkcoding
11
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder
12
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter
13
+ *graalpython.lib-python.3.test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter_reset_no_pending
Original file line number Diff line number Diff line change
1
+ *graalpython.lib-python.3.test.test_codecencodings_kr.Test_CP949.test_streamwriter_reset_no_pending
2
+ *graalpython.lib-python.3.test.test_codecencodings_kr.Test_EUCKR.test_streamwriter_reset_no_pending
3
+ *graalpython.lib-python.3.test.test_codecencodings_kr.Test_JOHAB.test_chunkcoding
4
+ *graalpython.lib-python.3.test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder
5
+ *graalpython.lib-python.3.test.test_codecencodings_kr.Test_JOHAB.test_streamwriter
6
+ *graalpython.lib-python.3.test.test_codecencodings_kr.Test_JOHAB.test_streamwriter_reset_no_pending
Original file line number Diff line number Diff line change
1
+ *graalpython.lib-python.3.test.test_codecencodings_tw.Test_Big5.test_chunkcoding
2
+ *graalpython.lib-python.3.test.test_codecencodings_tw.Test_Big5.test_incrementalencoder
3
+ *graalpython.lib-python.3.test.test_codecencodings_tw.Test_Big5.test_streamwriter
4
+ *graalpython.lib-python.3.test.test_codecencodings_tw.Test_Big5.test_streamwriter_reset_no_pending
Original file line number Diff line number Diff line change 1
1
*graalpython.lib-python.3.test.test_codecmaps_cn.TestGB18030Map.test_errorhandle
2
2
*graalpython.lib-python.3.test.test_codecmaps_cn.TestGB18030Map.test_mapping_supplemental
3
3
*graalpython.lib-python.3.test.test_codecmaps_cn.TestGB2312Map.test_errorhandle
4
+ *graalpython.lib-python.3.test.test_codecmaps_cn.TestGB2312Map.test_mapping_file
4
5
*graalpython.lib-python.3.test.test_codecmaps_cn.TestGB2312Map.test_mapping_supplemental
5
6
*graalpython.lib-python.3.test.test_codecmaps_cn.TestGBKMap.test_errorhandle
6
7
*graalpython.lib-python.3.test.test_codecmaps_cn.TestGBKMap.test_mapping_supplemental
Original file line number Diff line number Diff line change 1
1
*graalpython.lib-python.3.test.test_codecmaps_kr.TestCP949Map.test_errorhandle
2
2
*graalpython.lib-python.3.test.test_codecmaps_kr.TestCP949Map.test_mapping_supplemental
3
3
*graalpython.lib-python.3.test.test_codecmaps_kr.TestEUCKRMap.test_errorhandle
4
+ *graalpython.lib-python.3.test.test_codecmaps_kr.TestEUCKRMap.test_mapping_file
4
5
*graalpython.lib-python.3.test.test_codecmaps_kr.TestEUCKRMap.test_mapping_supplemental
5
6
*graalpython.lib-python.3.test.test_codecmaps_kr.TestJOHABMap.test_errorhandle
7
+ *graalpython.lib-python.3.test.test_codecmaps_kr.TestJOHABMap.test_mapping_file
6
8
*graalpython.lib-python.3.test.test_codecmaps_kr.TestJOHABMap.test_mapping_supplemental
Original file line number Diff line number Diff line change 1
1
*graalpython.lib-python.3.test.test_codecmaps_tw.TestBIG5Map.test_errorhandle
2
+ *graalpython.lib-python.3.test.test_codecmaps_tw.TestBIG5Map.test_mapping_file
2
3
*graalpython.lib-python.3.test.test_codecmaps_tw.TestBIG5Map.test_mapping_supplemental
3
4
*graalpython.lib-python.3.test.test_codecmaps_tw.TestCP950Map.test_mapping_supplemental
You can’t perform that action at this time.
0 commit comments