This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262256 - Invalid characters in test file name
Summary: Invalid characters in test file name
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: UnitTest Support (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-27 14:15 UTC by ilia
Modified: 2016-07-19 12:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ilia 2016-05-27 14:15:30 UTC
Test build error:

mkdir -p build/Debug/GNU-Solaris-x86/tests/TestFiles
g++       -o build/Debug/GNU-Solaris-x86/tests/TestFiles/f1 build/Debug/GNU-Solaris-x86/tests/tests/sanity check.o build/Debug/GNU-Solaris-x86/cpu_nomain.o build/Debug/GNU-Solaris-x86/customer_nomain.o build/Debug/GNU-Solaris-x86/disk_nomain.o build/Debug/GNU-Solaris-x86/memory_nomain.o build/Debug/GNU-Solaris-x86/module_nomain.o build/Debug/GNU-Solaris-x86/quote_nomain.o build/Debug/GNU-Solaris-x86/system_nomain.o  
g++: build/Debug/GNU-Solaris-x86/tests/tests/sanity: No such file or directory
g++: check.o: No such file or directory
gmake[1]: *** [build/Debug/GNU-Solaris-x86/tests/TestFiles/f1] Error 1
gmake[1]: Leaving directory `/home/vbox/DevStudioProjects/Embedded'
gmake: *** [.build-tests-impl] Error 2

Steps to reproduce:
* Click on file -> Create Test -> New C++ Simple text -> ... -> file name = "sanity check".
* Build tests and you'll get an error