ocagdas
6ab4145c56
Bug 468417
...
The '.d' files that are generated by CDT, contain 'file_name.d:
file_name.cpp file_name.h' type of target prerequisite relations.
However, to get benefit of the dependency mechanism, this should be
something like 'file_name.o: file_name.cpp file_name.h'.
Therefore, we need to change ''options[3] = "-MT\"$(@:%.o=%.d)\"";'' as
'options[3] = "-MT\"$(@)\"";'
Also update the test cases.
Change-Id: Iee829a8564e1b134905ee06a8a4b76a1e3b30ecc
Signed-off-by: ocagdas <ocagdas@yahoo.com>
2015-06-24 21:54:00 -04:00
Marc Khouzam
79ff9f136c
Change output to fix failing tests.
...
The cause of the different output is a change in o.e.core.resources
where the order of visiting a project has changed to become
alphabetical. See
http://eclip.se/461838
Therefore, our benchmark files must also have the output of
subdirectories in alphabetical order.
Change-Id: I3331649cf516adbe3b453b11f1ed6733a007ce4d
2015-05-08 09:04:37 -04:00
Andrew Gvozdev
6bbc31c7a2
bug 312835: CDT build settings which are set at the folder level are
...
ignored in certain situations - restored reverse sorting plus
unit tests adjusted
2011-07-02 02:25:38 -04:00
Andrew Gvozdev
c1d17327f3
bug 232373: cdt generated make file has options with no spaces between option and argument
2010-10-24 04:06:38 +00:00
Andrew Gvozdev
107aabe04c
bug 292003: JUnit failure: managedbuilder testLinkedFolder intermittently fails
...
Benchmarks updated to 6.0.0 level
2009-11-20 04:46:14 +00:00
Andrew Gvozdev
e4c5888fca
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
...
updated outdated benchmark file
2009-11-20 03:41:24 +00:00
Andrew Gvozdev
f2b3b42052
bug 294135: JUnit failures related to files with spaces in managedbuilder test suite
...
Fixed regression bug and updated benchmarks.
2009-11-04 23:00:48 +00:00
Andrew Gvozdev
050f7ed2c8
bug 275462: Build failed due to dependency files with spaces
...
Benchmark reverted back until bug 294135 is figured out
2009-11-04 02:48:58 +00:00
Andrew Gvozdev
2321c8338a
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
...
Added missing empty lines to benchmarks to turn down noise on the console
2009-11-03 23:31:50 +00:00
Andrew Gvozdev
3d8d4261c6
bug 275462: Build failed due to dependency files with spaces
...
affected benchmark in a test case fixed
2009-11-03 22:17:35 +00:00
Andrew Gvozdev
e5e6d41831
bug 275462: Build failed due to dependency files with spaces
...
affected benchmark in a test case fixed
2009-11-03 22:08:47 +00:00
Andrew Gvozdev
0525ad390c
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
...
updated benchmarks to match CDT 6.0
2009-10-11 21:26:10 +00:00
Andrew Gvozdev
8ae8b431bc
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
...
added EOL after last line
2009-10-11 04:50:23 +00:00
Andrew Gvozdev
6700e5b1b3
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
...
moved Benchmarks folders from archives outside to be able to enjoy CVS diff command
2009-10-08 21:18:16 +00:00
Andrew Gvozdev
8fa0d4662f
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
...
Test fails due to relying on absolute path
2009-08-01 01:41:24 +00:00
Andrew Gvozdev
390d64a00e
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
...
Setting benchmarks to pass with 6.0.0 release.
2009-08-01 01:15:43 +00:00
Andrew Gvozdev
f1f30777dd
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
...
Setting benchmarks to pass with 6.0.0 release.
2009-08-01 00:25:07 +00:00
Andrew Gvozdev
81e57ee9d9
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
...
Setting benchmarks to pass with 6.0.0 release.
2009-07-31 23:59:02 +00:00
Mikhail Sennikovsky
31841a2ffe
1. Tool anouncement message fixes
...
2. Target tool calculation fixes
2. test fixes
2007-06-08 10:24:42 +00:00
Chris Recoskie
9a285184f9
fix for 129782 by Andrew Ferguson
2006-09-11 20:06:21 +00:00
Doug Schaefer
17464c08f4
Update Copyright dates and fix those that had no copyrights.
2006-06-23 17:27:03 +00:00
Leo Treggiari
8fb351caba
Test makefile benchmark changes to match changes in makefile generation for double quotes and Echo.
2006-04-28 13:30:12 +00:00
Leo Treggiari
52bca0701f
Test renamed from linkedLib
2006-04-27 00:36:48 +00:00
Leo Treggiari
61c6b0788f
Add tests for new default dependency calculators
2006-02-27 17:57:02 +00:00
Leo Treggiari
70f115ea4d
Update tests because of dependency calculation changes and Echo changes
2006-02-23 18:04:57 +00:00
Chris Recoskie
847a638e03
crecoski Nov 23, 2005
...
- MBS support for spaces in resource names
2005-11-23 19:19:08 +00:00
Leo Treggiari
fe343ab7d2
Fix case of Benchmark directory in zip file
2005-10-21 22:21:24 +00:00
Chris Recoskie
de026bcfe6
crecoskie Oct 14, 2005
...
- Adding macro support to buildDefinitions markup. See Bugzilla 111203
2005-10-14 13:29:04 +00:00
Leo Treggiari
632b56175a
Add test for InputType, assignToOption attribute
2005-09-27 23:35:14 +00:00
Leo Treggiari
3b1a507cc6
Additional external dependency calculator test
2005-09-07 13:37:38 +00:00
Leo Treggiari
d743e195a3
New test for external dependency management
2005-09-03 02:52:14 +00:00
Leo Treggiari
6edd7be0aa
Update Test benchmarks because of content-type changes
2005-08-08 20:48:19 +00:00
Leo Treggiari
700bf57ccc
Fix 100581 - add the .c extension to the project-specific C++ Source File type when converting an old CDT C++ project
2005-06-30 20:00:44 +00:00
Leo Treggiari
1f78ede7df
Add resource custom build step test
2005-06-26 17:25:13 +00:00
Chris Recoskie
9f79372988
crecoskie June 13, 2005
...
- fix for Bugzilla 99483 (NPE in MBS if you have a file with no extension)
2005-06-14 02:08:29 +00:00
Leo Treggiari
50c552ee4d
Apply Pre/Post Custom Build Step test from Bob Monteleone
2005-06-10 20:38:33 +00:00
Leo Treggiari
ea39904c50
Update some benchmark makefiles
2005-06-10 16:58:17 +00:00
Leo Treggiari
d4eb543b1c
Update test benchmarks corresponding to changes to better support output files in non-default locations
2005-05-30 18:40:08 +00:00
Leo Treggiari
bc4f611eb1
Test for PR 80185 - output message to console when there are no source files to build
2005-05-27 03:46:34 +00:00
Leo Treggiari
a3ca580f44
Update tests for IOptionApplicability callback
2005-05-26 21:18:54 +00:00
Leo Treggiari
502930fde5
Replace incorrect benchmarks on test30_2
...
Add a few attributes for testing to plugin.xml
2005-05-24 19:11:30 +00:00
Leo Treggiari
9788d24ca4
Add 2 new tests to the suite
...
Update makefile .zip files for change to makefile generation
2005-05-23 20:31:18 +00:00
Leo Treggiari
5be4c3e645
Minor test updates
2005-05-20 18:31:37 +00:00
Leo Treggiari
bc48508cee
Additional test for mulitple input and output
2005-05-20 02:35:16 +00:00
Leo Treggiari
0839371d4c
Add 6 new tests using 3.0 style build definitions
2005-05-12 19:17:28 +00:00