mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
ZTS: Casenorm fix unicode interpretation
Use `printf` to properly interpret unicode characters. Illumos uses a utility called `zlook` to allow additional flags to be provided to readdir and lookup for testing. This functionality could be ported to Linux, but even without it several of the tests can be enabled by instead using the standard `test` command. Additional, work is required to enable the remaining test cases. Reviewed-by: Igor Kozhukhov <igor@dilos.org> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: George Melikov <mail@gmelikov.ru> Issue #7633 Closes #8812
This commit is contained in:
committed by
Brian Behlendorf
parent
8221bcf1e4
commit
540312df7f
@@ -160,17 +160,9 @@ summary = {
|
||||
# reasons listed above can be used.
|
||||
#
|
||||
known = {
|
||||
'casenorm/sensitive_none_lookup': ['FAIL', '7633'],
|
||||
'casenorm/sensitive_none_delete': ['FAIL', '7633'],
|
||||
'casenorm/sensitive_formd_lookup': ['FAIL', '7633'],
|
||||
'casenorm/sensitive_formd_delete': ['FAIL', '7633'],
|
||||
'casenorm/insensitive_none_lookup': ['FAIL', '7633'],
|
||||
'casenorm/insensitive_none_delete': ['FAIL', '7633'],
|
||||
'casenorm/insensitive_formd_lookup': ['FAIL', '7633'],
|
||||
'casenorm/insensitive_formd_delete': ['FAIL', '7633'],
|
||||
'casenorm/mixed_none_lookup': ['FAIL', '7633'],
|
||||
'casenorm/mixed_none_lookup_ci': ['FAIL', '7633'],
|
||||
'casenorm/mixed_none_delete': ['FAIL', '7633'],
|
||||
'casenorm/mixed_formd_lookup': ['FAIL', '7633'],
|
||||
'casenorm/mixed_formd_lookup_ci': ['FAIL', '7633'],
|
||||
'casenorm/mixed_formd_delete': ['FAIL', '7633'],
|
||||
|
||||
Reference in New Issue
Block a user